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)
commit0bbacc402e67abca8794a8401c1621dc0c0202e9
treea0969978295b806b35c943eb16af34b1eacfa47a
parentc556b754967afd0878d65de2cfe0675577b0f62f
NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled

 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>
fs/lockd/svcsubs.c
fs/nfs/direct.c
fs/nfs/write.c
net/sunrpc/auth.c