diff options
author | Christoph Hellwig <hch@lst.de> | 2021-07-20 15:33:40 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2021-07-27 11:00:36 +0200 |
commit | e0cba89d22b7041202c33e4d1ae4d2006d7e0190 (patch) | |
tree | 5e6a39ab9e312236bfc524a86e7843794783c4c4 /fs/hpfs/Kconfig | |
parent | 8b1e7076d26b935af7caec33dee2837c0ad7dbb5 (diff) | |
download | linux-e0cba89d22b7041202c33e4d1ae4d2006d7e0190.tar.gz |
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>
Diffstat (limited to 'fs/hpfs/Kconfig')
-rw-r--r-- | fs/hpfs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/hpfs/Kconfig b/fs/hpfs/Kconfig index 2b36dc6f0a10..ec975f466877 100644 --- a/fs/hpfs/Kconfig +++ b/fs/hpfs/Kconfig @@ -2,6 +2,7 @@ config HPFS_FS tristate "OS/2 HPFS file system support" depends on BLOCK + select FS_IOMAP help OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS is the file system used for organizing files on OS/2 hard disk |