linux/common-config: remove old NFSD options from 5.15 too
This commit is contained in:
parent
c044ba368c
commit
a74181815c
1 changed files with 2 additions and 2 deletions
|
@ -615,8 +615,8 @@ let
|
||||||
F2FS_FS_COMPRESSION = whenAtLeast "5.6" yes;
|
F2FS_FS_COMPRESSION = whenAtLeast "5.6" yes;
|
||||||
UDF_FS = module;
|
UDF_FS = module;
|
||||||
|
|
||||||
NFSD_V2_ACL = whenOlder "6.1" yes;
|
NFSD_V2_ACL = whenOlder "5.15" yes;
|
||||||
NFSD_V3 = whenOlder "5.18" yes;
|
NFSD_V3 = whenOlder "5.15" yes;
|
||||||
NFSD_V3_ACL = yes;
|
NFSD_V3_ACL = yes;
|
||||||
NFSD_V4 = yes;
|
NFSD_V4 = yes;
|
||||||
NFSD_V4_SECURITY_LABEL = yes;
|
NFSD_V4_SECURITY_LABEL = yes;
|
||||||
|
|
Loading…
Reference in a new issue