]> Pileus Git - ~andy/linux/commitdiff
SUNRPC: minor cleanup
authorChuck Lever <cel@netapp.com>
Mon, 20 Mar 2006 18:44:23 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:23 +0000 (13:44 -0500)
RPC_DEBUG_DATA no longer needed in net/sunrpc/xprt.c.

Test plan:
Compile kernel with CONFIG_NFS enabled.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprt.c

index eb5a262e024e1a185124b4fcbbb1fa2af7b50ef3..940dba965bb90a157ad29587a44333e6160e636d 100644 (file)
@@ -51,7 +51,6 @@
  */
 
 #ifdef RPC_DEBUG
-# undef  RPC_DEBUG_DATA
 # define RPCDBG_FACILITY       RPCDBG_XPRT
 #endif