From: Boaz Harrosh Date: Thu, 21 Jan 2010 18:00:02 +0000 (+0200) Subject: exofs: Micro-optimize exofs_i_info X-Git-Tag: v2.6.34-rc1~201^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518f167a37b3c53f3cf44d27800455ca24e920f6;p=pandora-kernel.git exofs: Micro-optimize exofs_i_info optimize the exofs_i_info struct usage by moving the embedded vfs_inode to be first. A compiler might optimize away an "add" operation with constant zero. (Which it cannot with other constants) Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed