ext4: reorder ext4_inode_info structure elements to remove unneeded padding
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:13:42 +0000 (12:13 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:13:42 +0000 (12:13 -0500)
By reordering the elements in the ext4_inode_info structure, we can
reduce the padding needed on an x86_64 system by 16 bytes.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found