git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad78197
)
GFS2: Reduce struct gfs2_trans in size
author
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 21 Feb 2014 11:52:00 +0000
(11:52 +0000)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 21 Feb 2014 11:52:00 +0000
(11:52 +0000)
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 <swhiteho@redhat.com>
No differences found