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:
f40a708
)
TOMOYO: Extract bitfield
author
Tetsuo Handa
<penguin-kernel@I-love.SAKURA.ne.jp>
Tue, 2 Feb 2010 21:43:06 +0000
(06:43 +0900)
committer
James Morris
<jmorris@namei.org>
Mon, 8 Feb 2010 03:10:20 +0000
(14:10 +1100)
Since list elements are rounded up to kmalloc() size rather than sizeof(int),
saving one byte by using bitfields is no longer helpful.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
No differences found