VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Johannes Thumshirn <johannes.thumshirn@wdc.com> 2020-02-25 22:03:33 +0100 committer: Damien Le Moal <damien.lemoal@wdc.com> 2020-02-26 16:58:15 +0900 commit: 0dda2ddb7ded1395189e95d43106469687c07795 parent: 7c69eb84d98a28c428f902318c20c53cf29c9084
Commit Summary:
zonefs: select FS_IOMAP
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/zonefs/Kconfig b/fs/zonefs/Kconfig
index fb87ad372e29..ef2697b78820 100644
--- a/fs/zonefs/Kconfig
+++ b/fs/zonefs/Kconfig
@@ -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.