mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
zonefs fixes for 5.11-rc3
A single patch from Arnd in this pull request to fix a missing dependency in zonefs Kconfig. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSRPv8tYSvhwAzJdzjdoc3SxdoYdgUCX/j4XAAKCRDdoc3SxdoY dq7JAQDx1EafzD1RgEKoa0gKNZMBkNr08zaF1viEg9RoAu+KsAEApem43PmHfUQx FSH9cSzkqbgcnusBsWv8pdCKS1R0iQs= =Fd60 -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
996e435fd4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user