kernel-fxtec-pro1x/fs/nfsd
Bryan Schumaker 6ce2357f1e 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>
2011-04-29 20:47:59 -04:00
..
acl.h
auth.c
auth.h
cache.h
export.c nfsd4: fix wrongsec handling for PUTFH + op cases 2011-04-29 20:47:51 -04:00
idmap.h
Kconfig
lockd.c nfsd: fix auth_domain reference leak on nlm operations 2011-03-24 23:11:27 -04:00
Makefile
nfs2acl.c
nfs3acl.c
nfs3proc.c nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly 2011-04-29 20:47:52 -04:00
nfs3xdr.c
nfs4acl.c
nfs4callback.c NFSD: fix decode_cb_sequence4resok 2011-02-22 15:55:09 -08:00
nfs4idmap.c nfsd: kill unused macro definition 2011-03-07 12:05:09 -05:00
nfs4proc.c nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly 2011-04-29 20:47:52 -04:00
nfs4recover.c
nfs4state.c NFSD: Check status from nfsd4_map_bcts_dir() 2011-04-29 20:47:58 -04:00
nfs4xdr.c NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session() 2011-04-29 20:47:59 -04:00
nfscache.c
nfsctl.c nfsd: fix compile error 2011-03-14 20:57:44 -04:00
nfsd.h
nfsfh.c nfsd4: allow fh_verify caller to skip pseudoflavor checks 2011-04-11 08:42:20 -04:00
nfsfh.h
nfsproc.c
nfssvc.c
nfsxdr.c
state.h nfsd4: fix comment and remove unused nfsd4_file fields 2011-03-17 12:52:33 -04:00
stats.c
vfs.c NFSD: Remove setting unused variable in nfsd_vfs_read() 2011-04-29 20:47:57 -04:00
vfs.h nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctly 2011-04-29 20:47:52 -04:00
xdr.h
xdr3.h
xdr4.h