From b23a5794db78b057cf65cfcd4934a9c2a77aff8d Mon Sep 17 00:00:00 2001 From: Daniel Hancock Date: Wed, 8 Mar 2023 19:05:21 +0800 Subject: [PATCH] linux_xanmod: remove LRU option --- pkgs/os-specific/linux/kernel/xanmod-kernels.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix index aaa7a5f30cb2..fe7ecc6fa168 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -33,11 +33,6 @@ let TCP_CONG_BBR2 = yes; DEFAULT_BBR2 = yes; - # Multigenerational LRU framework - # This can be removed when the LTS variant reaches version >= 6.1 (since it's on by default then) - LRU_GEN = yes; - LRU_GEN_ENABLED = yes; - # FQ-PIE Packet Scheduling NET_SCH_DEFAULT = yes; DEFAULT_FQ_PIE = yes;