commit | abc8746eb91fb01e8d411896f80f7687c0d8372e | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <[email protected]> | Sat May 02 22:54:32 2009 -0400 |
committer | Theodore Ts'o <[email protected]> | Sat May 02 22:54:32 2009 -0400 |
tree | b339a559ed8f33b4fe64b5fba5d7684b05d2e071 | |
parent | f40339031b04279c3fdde7ac5fe97db33b2a7694 [diff] [blame] |
ext4: hook fiemap operation for directories Add fiemap callback for directories Signed-off-by: Aneesh Kumar K.V <[email protected]> Signed-off-by: "Theodore Ts'o" <[email protected]>
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index c9690b2..f2bc160 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c
@@ -2534,6 +2534,7 @@ .removexattr = generic_removexattr, #endif .permission = ext4_permission, + .fiemap = ext4_fiemap, }; const struct inode_operations ext4_special_inode_operations = {