]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: pack ioend structure better
authorJan Kara <jack@suse.cz>
Wed, 9 Mar 2016 03:26:39 +0000 (22:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 9 Mar 2016 03:26:39 +0000 (22:26 -0500)
commit81a4bccf1551166d8636f925eeea061c98902526
tree3b2dc73eac4be83330720c732e85a6934ea86fba
parent4ebd474f38dd1c0c4ba70d04c348c35a7a4c023d
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>
fs/ext4/ext4.h