diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 6d5be156202a..6bd11fba71f7 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -165,7 +165,7 @@ const struct inode_operations ext4_file_inode_operations = { | |||
165 | .truncate = ext4_truncate, | 165 | .truncate = ext4_truncate, |
166 | .setattr = ext4_setattr, | 166 | .setattr = ext4_setattr, |
167 | .getattr = ext4_getattr, | 167 | .getattr = ext4_getattr, |
168 | #ifdef CONFIG_EXT4DEV_FS_XATTR | 168 | #ifdef CONFIG_EXT4_FS_XATTR |
169 | .setxattr = generic_setxattr, | 169 | .setxattr = generic_setxattr, |
170 | .getxattr = generic_getxattr, | 170 | .getxattr = generic_getxattr, |
171 | .listxattr = ext4_listxattr, | 171 | .listxattr = ext4_listxattr, |