Skip to content

Commit

Permalink
zonefs: select FS_IOMAP
Browse files Browse the repository at this point in the history
Zonefs makes use of iomap internally, so it should also select iomap in
Kconfig.

Signed-off-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
  • Loading branch information
morbidrsa authored and damien-lemoal committed Feb 26, 2020
1 parent 7c69eb8 commit 0dda2dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/zonefs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config ZONEFS_FS
tristate "zonefs filesystem support"
depends on BLOCK
depends on BLK_DEV_ZONED
select FS_IOMAP
help
zonefs is a simple file system which exposes zones of a zoned block
device (e.g. host-managed or host-aware SMR disk drives) as files.
Expand Down

0 comments on commit 0dda2dd

Please sign in to comment.