diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index c9690b250e5e..f2bc160463b7 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c | |||
@@ -2534,6 +2534,7 @@ const struct inode_operations ext4_dir_inode_operations = { | |||
2534 | .removexattr = generic_removexattr, | 2534 | .removexattr = generic_removexattr, |
2535 | #endif | 2535 | #endif |
2536 | .permission = ext4_permission, | 2536 | .permission = ext4_permission, |
2537 | .fiemap = ext4_fiemap, | ||
2537 | }; | 2538 | }; |
2538 | 2539 | ||
2539 | const struct inode_operations ext4_special_inode_operations = { | 2540 | const struct inode_operations ext4_special_inode_operations = { |