From: Steven Whitehouse Date: Fri, 21 Feb 2014 11:52:00 +0000 (+0000) Subject: GFS2: Reduce struct gfs2_trans in size X-Git-Tag: v3.15-rc1~97^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654a6d2f962edb7bf85973cfe93a04e24f56f902;p=pandora-kernel.git GFS2: Reduce struct gfs2_trans in size A couple of "int" fields were being used as boolean values so we can make them bitfields of one bit, and put them in what might otherwise be a hole in the structure with 64 bit alignment. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed