From: Fred Isaman Date: Wed, 2 Apr 2008 12:21:15 +0000 (+0300) Subject: nfs: fix printout of multiword bitfields X-Git-Tag: v2.6.26-rc1~1082^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441092415770ddec648800701895913c4bfd60c1;p=pandora-kernel.git 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 Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed