From: Richard Kennedy Date: Wed, 25 Apr 2012 13:53:05 +0000 (+0100) Subject: fs: remove 8 bytes of padding from struct writeback_control on 64 bit builds X-Git-Tag: v3.5-rc1~60^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd9069a0a0e5fb8b007425c937642682ac96c76;p=pandora-kernel.git fs: remove 8 bytes of padding from struct writeback_control on 64 bit builds 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 Signed-off-by: Fengguang Wu --- Reading git-diff-tree failed