aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
authorBryan Schumaker <bjschuma@netapp.com>2011-04-27 15:47:16 -0400
committerJ. Bruce Fields <bfields@redhat.com>2011-04-29 20:47:59 -0400
commit6ce2357f1e73e0da8ebeace6ec829f48a646bb8c (patch)
tree270bbbadd4fb2e1ae3e421a342a14f17ecd4372a /net/sunrpc
parentNFSD: Check status from nfsd4_map_bcts_dir() (diff)
downloadlinux-dev-6ce2357f1e73e0da8ebeace6ec829f48a646bb8c.tar.xz
linux-dev-6ce2357f1e73e0da8ebeace6ec829f48a646bb8c.zip
NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session()
Compiling gave me this warning: fs/nfsd/nfs4xdr.c: In function ‘nfsd4_decode_bind_conn_to_session’: fs/nfsd/nfs4xdr.c:427:6: warning: variable ‘dummy’ set but not used [-Wunused-but-set-variable] The local variable "dummy" wasn't being used past the READ32() macro that set it. READ_BUF() should ensure that the xdr buffer is pushed past the data read into dummy already, so nothing needs to be read in. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> [bfields@redhat.com: minor comment fixup.] Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc')
0 files changed, 0 insertions, 0 deletions