commit | da565e792be540a5726af7f8cd50b282af0358b7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat May 23 09:30:09 2020 +0200 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 03 23:16:54 2020 -0400 |
tree | 9ec92beeff64a8e6884bb5b6469ef72379e1198b | |
parent | 03a5ed24c9b8f0180a59ba7b7b9b9517fcf4335b [diff] |
ext4: remove the call to fiemap_check_flags in ext4_fiemap iomap_fiemap already calls fiemap_check_flags first thing, so this additional check is redundant. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20200523073016.2944131-3-hch@lst.de Signed-off-by: Theodore Ts'o <tytso@mit.edu>