Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc8746e authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Theodore Ts'o
Browse files

ext4: hook fiemap operation for directories



Add fiemap callback for directories

Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f4033903
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = {