]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
erofs: add __packed annotation to union(__le16..)
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 8 Apr 2025 11:44:47 +0000 (19:44 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 9 Apr 2025 14:56:30 +0000 (22:56 +0800)
commitd385f15d5ba0b4f62575eea09912268bf8136a56
tree0cee5da7b5c4242b9b42c534b91980a6d3b781ce
parent1595f15391b81815e4ef91c339991913d556c1b6
erofs: add __packed annotation to union(__le16..)

I'm unsure why they aren't 2 bytes in size only in arm-linux-gnueabi.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/r/202504051202.DS7QIknJ-lkp@intel.com
Fixes: 61ba89b57905 ("erofs: add 48-bit block addressing on-disk support")
Fixes: efb2aef569b3 ("erofs: add encoded extent on-disk definition")
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250408114448.4040220-1-hsiangkao@linux.alibaba.com
fs/erofs/erofs_fs.h