staging: vt6655: replace typedef struct tagRDES1
[linux-2.6/btrfs-unstable.git] / fs / jffs2 / symlink.c
blob8ce2f240125b39803b4ebf2d681b6a95d40c33f5
1 /*
2 * JFFS2 -- Journalling Flash File System, Version 2.
4 * Copyright © 2001-2007 Red Hat, Inc.
6 * Created by David Woodhouse <dwmw2@infradead.org>
8 * For licensing information, see the file 'LICENCE' in this directory.
12 #include "nodelist.h"
14 const struct inode_operations jffs2_symlink_inode_operations =
16 .readlink = generic_readlink,
17 .follow_link = simple_follow_link,
18 .setattr = jffs2_setattr,
19 .setxattr = jffs2_setxattr,
20 .getxattr = jffs2_getxattr,
21 .listxattr = jffs2_listxattr,
22 .removexattr = jffs2_removexattr