NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled
authorChuck Lever <cel@netapp.com>
Tue, 1 Nov 2005 21:53:32 +0000 (16:53 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 4 Nov 2005 20:39:48 +0000 (15:39 -0500)
 Fix some dprintk's so that NLM, NFS client, and RPC client compile
 cleanly if CONFIG_SYSCTL is disabled.

 Test plan:
 Compile kernel with CONFIG_NFS enabled and CONFIG_SYSCTL disabled.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found