summaryrefslogtreecommitdiffstats
path: root/fs/ext2/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/file.c')
-rw-r--r--fs/ext2/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/file.c b/fs/ext2/file.c
index 28b2609f25c1..39c4772e96c9 100644
--- a/fs/ext2/file.c
+++ b/fs/ext2/file.c
@@ -199,6 +199,7 @@ const struct inode_operations ext2_file_inode_operations = {
199#ifdef CONFIG_EXT2_FS_XATTR 199#ifdef CONFIG_EXT2_FS_XATTR
200 .listxattr = ext2_listxattr, 200 .listxattr = ext2_listxattr,
201#endif 201#endif
202 .getattr = ext2_getattr,
202 .setattr = ext2_setattr, 203 .setattr = ext2_setattr,
203 .get_acl = ext2_get_acl, 204 .get_acl = ext2_get_acl,
204 .set_acl = ext2_set_acl, 205 .set_acl = ext2_set_acl,