hpfs: use iomap_fiemap to implement ->fiemap
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Jul 2021 13:33:40 +0000 (15:33 +0200)
committerJan Kara <jack@suse.cz>
Tue, 27 Jul 2021 09:00:36 +0000 (11:00 +0200)
commite0cba89d22b7041202c33e4d1ae4d2006d7e0190
tree5e6a39ab9e312236bfc524a86e7843794783c4c4
parent8b1e7076d26b935af7caec33dee2837c0ad7dbb5
hpfs: use iomap_fiemap to implement ->fiemap

hpfs is the last user of generic_block_fiemap, so add a trivial
iomap_ops based on the ext2 version and switch to iomap_fiemap.

Link: https://lore.kernel.org/r/20210720133341.405438-4-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/hpfs/Kconfig
fs/hpfs/file.c