]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
nfsd4: rearrange struct nfsd4_slot
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 13 Feb 2012 21:39:00 +0000 (16:39 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 14 Feb 2012 22:01:29 +0000 (17:01 -0500)
commit73e79482b40fb6671915e3da0d178862a07ef254
tree15a12f909e7c4c6ba1691c3d1448ec42a9b65d5a
parentf6d82485e9a947ae19bb29e72644f4c6f27d5b89
nfsd4: rearrange struct nfsd4_slot

Combine two booleans into a single flag field, move the smaller fields
to the end.

(In practice this doesn't make the struct any smaller.  But we'll be
adding another flag here soon.)

Remove some debugging code that doesn't look useful, while we're in the
neighborhood.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
fs/nfsd/nfs4xdr.c
fs/nfsd/state.h
fs/nfsd/xdr4.h