From 874c91834c0be39e7e9dbb366d2a1d309a4f928c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 17 Jan 2024 08:59:05 +0100 Subject: [PATCH] linux: drop redundant bcachefs option hint --- pkgs/os-specific/linux/kernel/common-config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index ecab205f989a..2aacb88dc87e 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -478,7 +478,6 @@ let BTRFS_FS_POSIX_ACL = yes; - # FIXME: Make these by default 'yes' when LTS kernel (default) is at least version 6.7 BCACHEFS_QUOTA = whenAtLeast "6.7" (option yes); BCACHEFS_POSIX_ACL = whenAtLeast "6.7" (option yes);