summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/file.c')
-rw-r--r--fs/jffs2/file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jffs2/file.c b/fs/jffs2/file.c
index fdf9e1cb2e48..c12476e309c6 100644
--- a/fs/jffs2/file.c
+++ b/fs/jffs2/file.c
@@ -66,10 +66,7 @@ const struct inode_operations jffs2_file_inode_operations =
66 .get_acl = jffs2_get_acl, 66 .get_acl = jffs2_get_acl,
67 .set_acl = jffs2_set_acl, 67 .set_acl = jffs2_set_acl,
68 .setattr = jffs2_setattr, 68 .setattr = jffs2_setattr,
69 .setxattr = generic_setxattr,
70 .getxattr = generic_getxattr,
71 .listxattr = jffs2_listxattr, 69 .listxattr = jffs2_listxattr,
72 .removexattr = generic_removexattr
73}; 70};
74 71
75const struct address_space_operations jffs2_file_address_operations = 72const struct address_space_operations jffs2_file_address_operations =