about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-03-08 08:52:14 +0100
committerVladimír Čunát <v@cunat.cz>2024-03-08 08:52:14 +0100
commit6e2e45eafa442d4f1157c953f2ea470df8cdcbe4 (patch)
tree44e6761820ae64be5f5c0d13a89efd1d6c9cae28
parent40f9f30edfe89c672d27ff5d2bf6637b57af38cb (diff)
parente74a4b1527eecdd518dc2dfe4d13cfb203f0de4d (diff)
Merge #294233: kernel/common-config: disable NFSD_V2_ACL on 6.1
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 6e530b3acd9d4..fb59bfecaa012 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -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;