From: J. Bruce Fields Date: Mon, 13 Feb 2012 21:39:00 +0000 (-0500) Subject: nfsd4: rearrange struct nfsd4_slot X-Git-Tag: v3.4-rc1~40^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e79482b40fb6671915e3da0d178862a07ef254;p=pandora-kernel.git 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 --- Reading git-diff-tree failed