f2fs: support f2fs_fiemap
This patch links f2fs_fiemap with generic function with get_block. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
@@ -540,6 +540,7 @@ const struct inode_operations f2fs_file_inode_operations = {
|
||||
.listxattr = f2fs_listxattr,
|
||||
.removexattr = generic_removexattr,
|
||||
#endif
|
||||
.fiemap = f2fs_fiemap,
|
||||
};
|
||||
|
||||
static void fill_zero(struct inode *inode, pgoff_t index,
|
||||
|
Reference in New Issue
Block a user