kernel/common-config: disable NFSD_V2_ACL on 6.1

Upstream disabled NFSD_V2 entirely, so disable this also.
This commit is contained in:
K900 2024-03-08 10:42:02 +03:00
parent 7f6d048859
commit e74a4b1527

View file

@ -500,7 +500,7 @@ let
F2FS_FS_COMPRESSION = whenAtLeast "5.6" yes;
UDF_FS = module;
NFSD_V2_ACL = whenOlder "6.2" yes;
NFSD_V2_ACL = whenOlder "6.1" yes;
NFSD_V3 = whenOlder "5.18" yes;
NFSD_V3_ACL = yes;
NFSD_V4 = yes;