From 00251af1911f4b7c8f19b832a288fec737a8aa99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 8 Feb 2013 00:10:45 +0100 Subject: [PATCH] SUNRPC_DEBUG doesn't work on linux 3.3 It's as if the option isn't there. http://hydra.nixos.org/build/4015233 --- pkgs/os-specific/linux/kernel/linux-3.3.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-3.3.nix b/pkgs/os-specific/linux/kernel/linux-3.3.nix index 01b00b499cb..b3660afaabb 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.3.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.3.nix @@ -230,9 +230,6 @@ let # Devtmpfs support. DEVTMPFS y - # Easier debug of NFS issues - SUNRPC_DEBUG y - ${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""} ${extraConfig} '';