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

View File

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