mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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: Tristan Ye <tristan.ye@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
This commit is contained in:
parent
faf8b70f79
commit
55f4946ed2
1 changed files with 1 additions and 0 deletions
|
@ -2326,4 +2326,5 @@ const struct inode_operations ocfs2_dir_iops = {
|
|||
.getxattr = generic_getxattr,
|
||||
.listxattr = ocfs2_listxattr,
|
||||
.removexattr = generic_removexattr,
|
||||
.fiemap = ocfs2_fiemap,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue