diff options
author | 2021-01-08 18:04:43 -0800 | |
---|---|---|
committer | 2021-01-08 18:04:43 -0800 | |
commit | 996e435fd401de35df62ac943ab9402cfe85c430 (patch) | |
tree | 527ea971292448962ffd8bdba1e68f486c312816 | |
parent | Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (diff) | |
parent | zonefs: select CONFIG_CRC32 (diff) | |
download | linux-rng-996e435fd401de35df62ac943ab9402cfe85c430.tar.xz linux-rng-996e435fd401de35df62ac943ab9402cfe85c430.zip |
Merge tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Pull zonefs fix from Damien Le Moal:
"A single patch from Arnd to fix a missing dependency in zonefs
Kconfig"
* tag 'zonefs-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
zonefs: select CONFIG_CRC32
-rw-r--r-- | fs/zonefs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/zonefs/Kconfig b/fs/zonefs/Kconfig index ef2697b78820..827278f937fe 100644 --- a/fs/zonefs/Kconfig +++ b/fs/zonefs/Kconfig @@ -3,6 +3,7 @@ config ZONEFS_FS depends on BLOCK depends on BLK_DEV_ZONED select FS_IOMAP + select CRC32 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. |