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:
18cf8cf
)
fs: remove 8 bytes of padding from struct writeback_control on 64 bit builds
author
Richard Kennedy
<richard@rsk.demon.co.uk>
Wed, 25 Apr 2012 13:53:05 +0000
(14:53 +0100)
committer
Fengguang Wu
<fengguang.wu@intel.com>
Wed, 25 Apr 2012 13:58:11 +0000
(21:58 +0800)
Reorder structure writeback_control to remove 8 bytes of padding on 64
bit builds, this shrinks its size from 48 to 40 bytes.
This structure is always on the stack and uses C99 named initialisation,
so should be safe and have a small impact on stack usage.
Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
No differences found