Merge pull request #110542 from Atemu/kernel-f2fs-compression

linux: enable F2FS compression
This commit is contained in:
Jörg Thalheim 2021-01-24 21:53:58 +00:00 committed by GitHub
commit 7b1310166c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,6 +358,7 @@ let
F2FS_FS = module; F2FS_FS = module;
F2FS_FS_SECURITY = option yes; F2FS_FS_SECURITY = option yes;
F2FS_FS_ENCRYPTION = option yes; F2FS_FS_ENCRYPTION = option yes;
F2FS_FS_COMPRESSION = whenAtLeast "5.6" yes;
UDF_FS = module; UDF_FS = module;
NFSD_PNFS = whenBetween "4.0" "4.6" yes; NFSD_PNFS = whenBetween "4.0" "4.6" yes;