commit | 8a2005d3f84457b7d7d8646ab5195341d9e5f06a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jan 10 12:13:42 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 10 12:13:42 2011 -0500 |
tree | 4d94161103e806435745e1544fb24e6398b2e06b | |
parent | b05e6ae58a13b56e3e11882c1fc71948c9b29760 [diff] |
ext4: reorder ext4_inode_info structure elements to remove unneeded padding 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>