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)
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>

No differences found