commit | 3bd6ad7b688e200ac7633b16affa164d7cd5ef07 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Mar 08 22:26:39 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 08 22:26:39 2016 -0500 |
tree | 3b2dc73eac4be83330720c732e85a6934ea86fba | |
parent | cb0d9d47a39decbdfaeaa5c063467ed21b2c70b3 [diff] |
ext4: pack ioend structure better On 64-bit architectures we have two 4-byte holes in struct ext4_io_end. Order entries better to avoid this and thus make the structure occupy 64 instead of 72 bytes for 64-bit architectures. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>