Skip to content

Commit

Permalink
ext4: hook fiemap operation for directories
Browse files Browse the repository at this point in the history
Add fiemap callback for directories

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
kvaneesh authored and tytso committed May 3, 2009
1 parent f403390 commit abc8746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/ext4/namei.c
Expand Up @@ -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 = {
Expand Down

0 comments on commit abc8746

Please sign in to comment.