diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 2f5759eb9f89..b64a60bf105a 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -656,12 +656,10 @@ const struct file_operations ext4_file_operations = { | |||
656 | const struct inode_operations ext4_file_inode_operations = { | 656 | const struct inode_operations ext4_file_inode_operations = { |
657 | .setattr = ext4_setattr, | 657 | .setattr = ext4_setattr, |
658 | .getattr = ext4_getattr, | 658 | .getattr = ext4_getattr, |
659 | #ifdef CONFIG_EXT4_FS_XATTR | ||
660 | .setxattr = generic_setxattr, | 659 | .setxattr = generic_setxattr, |
661 | .getxattr = generic_getxattr, | 660 | .getxattr = generic_getxattr, |
662 | .listxattr = ext4_listxattr, | 661 | .listxattr = ext4_listxattr, |
663 | .removexattr = generic_removexattr, | 662 | .removexattr = generic_removexattr, |
664 | #endif | ||
665 | .get_acl = ext4_get_acl, | 663 | .get_acl = ext4_get_acl, |
666 | .fiemap = ext4_fiemap, | 664 | .fiemap = ext4_fiemap, |
667 | }; | 665 | }; |