SUNRPC_DEBUG doesn't work on linux 3.3

It's as if the option isn't there.

http://hydra.nixos.org/build/4015233

-3
-3
pkgs/os-specific/linux/kernel/linux-3.3.nix
··· 230 # Devtmpfs support. 231 DEVTMPFS y 232 233 - # Easier debug of NFS issues 234 - SUNRPC_DEBUG y 235 - 236 ${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""} 237 ${extraConfig} 238 '';
··· 230 # Devtmpfs support. 231 DEVTMPFS y 232 233 ${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""} 234 ${extraConfig} 235 '';