]> www.infradead.org Git - users/hch/misc.git/commit
ext4: pack holes in ext4_inode_info
authorBaokun Li <libaokun1@huawei.com>
Wed, 22 Jan 2025 11:05:33 +0000 (19:05 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Mar 2025 14:08:09 +0000 (10:08 -0400)
commitbd29881aff6db23f0acde1a6c28c19017fd3115a
tree4c9705fd0ccf007f8a7ca778d2e186e2603d5ccb
parent5a1cd0e975c75d4292a9d93e00c84d40b6c0b114
ext4: pack holes in ext4_inode_info

When CONFIG_DEBUG_SPINLOCK is not enabled (general case), there are four
4 bytes holes and one 2 bytes hole in struct ext4_inode_info. Move the
members to pack the four 4 bytes holes.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250122110533.4116662-10-libaokun@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h