commit | f895b252d4edf66b2895fb5a7b17a638665f3e1f | [log] [tgz] |
---|---|---|
author | Jeff Layton <[email protected]> | Mon Nov 17 16:58:04 2014 -0500 |
committer | Trond Myklebust <[email protected]> | Mon Nov 24 17:31:46 2014 -0500 |
tree | 84d62f9a9f361be02f3dcf417664ff7682936353 | |
parent | 10b89567db51e143c2f0828839332502916d012d [diff] [blame] |
sunrpc: eliminate RPC_DEBUG It's always set to whatever CONFIG_SUNRPC_DEBUG is, so just use that. Signed-off-by: Jeff Layton <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
diff --git a/net/sunrpc/auth_gss/gss_generic_token.c b/net/sunrpc/auth_gss/gss_generic_token.c index c586e92..254defe 100644 --- a/net/sunrpc/auth_gss/gss_generic_token.c +++ b/net/sunrpc/auth_gss/gss_generic_token.c
@@ -38,7 +38,7 @@ #include <linux/sunrpc/gss_asn1.h> -#ifdef RPC_DEBUG +#if IS_ENABLED(CONFIG_SUNRPC_DEBUG) # define RPCDBG_FACILITY RPCDBG_AUTH #endif