linux/fs/lockd
Trond Myklebust ffa94db604 SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined
Stephen Rothwell reports:
net/sunrpc/rpcb_clnt.c: In function 'rpcb_enc_mapping':
net/sunrpc/rpcb_clnt.c:820:19: warning: unused variable 'task' [-Wunused-variable]
net/sunrpc/rpcb_clnt.c: In function 'rpcb_dec_getport':
net/sunrpc/rpcb_clnt.c:837:19: warning: unused variable 'task' [-Wunused-variable]
net/sunrpc/rpcb_clnt.c: In function 'rpcb_dec_set':
net/sunrpc/rpcb_clnt.c:860:19: warning: unused variable 'task' [-Wunused-variable]
net/sunrpc/rpcb_clnt.c: In function 'rpcb_enc_getaddr':
net/sunrpc/rpcb_clnt.c:892:19: warning: unused variable 'task' [-Wunused-variable]
net/sunrpc/rpcb_clnt.c: In function 'rpcb_dec_getaddr':
net/sunrpc/rpcb_clnt.c:914:19: warning: unused variable 'task' [-Wunused-variable]
fs/lockd/svclock.c:49:20: warning: 'nlmdbg_cookie2a' declared 'static' but never defined [-Wunused-function]

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2012-03-21 09:31:44 -04:00
..
Makefile
clnt4xdr.c SUNRPC: constify the rpc_program 2012-01-31 19:28:20 -05:00
clntlock.c LockD: make nlm hosts network namespace aware 2012-02-15 00:19:48 -05:00
clntproc.c
clntxdr.c SUNRPC: constify the rpc_program 2012-01-31 19:28:20 -05:00
grace.c
host.c Lockd: shutdown NLM hosts in network namespace context 2012-02-15 00:19:48 -05:00
mon.c LockD: make NSM network namespace aware 2012-02-15 00:19:48 -05:00
netns.h Lockd: pernet usage counter introduced 2012-02-15 00:19:47 -05:00
svc.c Lockd: shutdown NLM hosts in network namespace context 2012-02-15 00:19:48 -05:00
svc4proc.c
svclock.c SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined 2012-03-21 09:31:44 -04:00
svcproc.c
svcshare.c
svcsubs.c
xdr.c
xdr4.c