commit | d3b6f23f71670007817a5d59f3fbafab2b794e8c | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <riteshh@linux.ibm.com> | Fri Feb 28 14:56:58 2020 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Mar 14 14:43:13 2020 -0400 |
tree | 738263573b0a80ef0c2c349405922f0a32cf218c | |
parent | b2c5764262edded1b1cfff5a6ca82c3d61bb4a4a [diff] |
ext4: move ext4_fiemap to use iomap framework This patch moves ext4_fiemap to use iomap framework. For xattr a new 'ext4_iomap_xattr_ops' is added. Reported-by: kbuild test robot <lkp@intel.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Link: https://lore.kernel.org/r/b9f45c885814fcdd0631747ff0fe08886270828c.1582880246.git.riteshh@linux.ibm.com Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>