aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/file.c')
-rw-r--r--fs/jffs2/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jffs2/file.c b/fs/jffs2/file.c
index 1506673c087e..256cd19a3b78 100644
--- a/fs/jffs2/file.c
+++ b/fs/jffs2/file.c
@@ -66,6 +66,7 @@ const struct file_operations jffs2_file_operations =
66const struct inode_operations jffs2_file_inode_operations = 66const struct inode_operations jffs2_file_inode_operations =
67{ 67{
68 .get_acl = jffs2_get_acl, 68 .get_acl = jffs2_get_acl,
69 .set_acl = jffs2_set_acl,
69 .setattr = jffs2_setattr, 70 .setattr = jffs2_setattr,
70 .setxattr = jffs2_setxattr, 71 .setxattr = jffs2_setxattr,
71 .getxattr = jffs2_getxattr, 72 .getxattr = jffs2_getxattr,