]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/jffs2/symlink.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[mirror_ubuntu-artful-kernel.git] / fs / jffs2 / symlink.c
CommitLineData
1da177e4
LT
1/*
2 * JFFS2 -- Journalling Flash File System, Version 2.
3 *
c00c310e 4 * Copyright © 2001-2007 Red Hat, Inc.
1da177e4
LT
5 *
6 * Created by David Woodhouse <dwmw2@infradead.org>
7 *
8 * For licensing information, see the file 'LICENCE' in this directory.
9 *
1da177e4
LT
10 */
11
1da177e4
LT
12#include "nodelist.h"
13
92e1d5be 14const struct inode_operations jffs2_symlink_inode_operations =
182ec4ee 15{
6b255391 16 .get_link = simple_get_link,
aa98d7cf 17 .setattr = jffs2_setattr,
aa98d7cf 18 .listxattr = jffs2_listxattr,
1da177e4 19};