nfs: fix printout of multiword bitfields
authorFred Isaman <iisaman@citi.umich.edu>
Wed, 2 Apr 2008 12:21:15 +0000 (15:21 +0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:54:50 +0000 (16:54 -0400)
commit441092415770ddec648800701895913c4bfd60c1
treedc74f31ba55b91114baee56e31c7db741220d5ec
parent856dff3d3875bdc8b88e4a65779873af76776a69
nfs: fix printout of multiword bitfields

Benny points out that zero-padding of multiword bitfields is necessary,
and that delimiting each word is nice to avoid endianess confusion.

bhalevy: without zero padding output can be ambiguous. Also,
since the printed array of two 32-bit unsigned integers is not a
64-bit number, delimiting the output with a semicolon makes more sense.

Signed-off-by: Fred Isaman <iisaman@citi.umich.edu>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c