linux_dsm_epyc7002/fs/erofs
Gao Xiang ed34aa4a8a erofs: kill __packed for on-disk structures
As Christoph suggested "Please don't add __packed" [1],
remove all __packed except struct erofs_dirent here.

Note that all on-disk fields except struct erofs_dirent
(12 bytes with a 8-byte nid) in EROFS are naturally aligned.

[1] https://lore.kernel.org/r/20190829095954.GB20598@infradead.org/
Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Link: https://lore.kernel.org/r/20190904020912.63925-5-gaoxiang25@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-09-05 20:10:07 +02:00
..
compress.h
data.c erofs: reduntant assignment in __erofs_get_meta_page() 2019-08-30 09:02:10 +02:00
decompressor.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
dir.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
erofs_fs.h erofs: kill __packed for on-disk structures 2019-09-05 20:10:07 +02:00
inode.c erofs: some macros are much more readable as a function 2019-09-05 20:10:07 +02:00
internal.h erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
Kconfig
Makefile
namei.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
super.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
tagptr.h
utils.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
xattr.c erofs: some macros are much more readable as a function 2019-09-05 20:10:07 +02:00
xattr.h
zdata.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
zdata.h
zmap.c erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00
zpvec.h erofs: remove all likely/unlikely annotations 2019-08-30 09:02:02 +02:00