diff --git a/[refs] b/[refs] index 121ce9aaec29..d136401ba488 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f40339031b04279c3fdde7ac5fe97db33b2a7694 +refs/heads/master: abc8746eb91fb01e8d411896f80f7687c0d8372e diff --git a/trunk/fs/ext4/namei.c b/trunk/fs/ext4/namei.c index c9690b250e5e..f2bc160463b7 100644 --- a/trunk/fs/ext4/namei.c +++ b/trunk/fs/ext4/namei.c @@ -2534,6 +2534,7 @@ const struct inode_operations ext4_dir_inode_operations = { .removexattr = generic_removexattr, #endif .permission = ext4_permission, + .fiemap = ext4_fiemap, }; const struct inode_operations ext4_special_inode_operations = {