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

Commit 55f4946e authored by Tristan Ye's avatar Tristan Ye Committed by Joel Becker
Browse files

Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?



Let userspace have a chance to get the extent info of a
directory just like extN did.

Signed-off-by: default avatarTristan Ye <tristan.ye@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent faf8b70f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2326,4 +2326,5 @@ const struct inode_operations ocfs2_dir_iops = {
	.getxattr	= generic_getxattr,
	.listxattr	= ocfs2_listxattr,
	.removexattr	= generic_removexattr,
	.fiemap         = ocfs2_fiemap,
};