Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

udf: Drop pack pragma from udf_sb.h

Drop pack pragma. The header file defines only in-memory structures.

Signed-off-by: Jan Kara <jack@suse.cz>

Jan Kara 1abefb02 694538b5

-2
-2
fs/udf/udf_sb.h
··· 50 50 51 51 #define UDF_INVALID_MODE ((umode_t)-1) 52 52 53 - #pragma pack(1) /* XXX(hch): Why? This file just defines in-core structures */ 54 - 55 53 #define MF_DUPLICATE_MD 0x01 56 54 #define MF_MIRROR_FE_LOADED 0x02 57 55