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>
This commit is contained in:
parent
694538b5d7
commit
1abefb0274
|
@ -50,8 +50,6 @@
|
|||
|
||||
#define UDF_INVALID_MODE ((umode_t)-1)
|
||||
|
||||
#pragma pack(1) /* XXX(hch): Why? This file just defines in-core structures */
|
||||
|
||||
#define MF_DUPLICATE_MD 0x01
|
||||
#define MF_MIRROR_FE_LOADED 0x02
|
||||
|
||||
|
|
Loading…
Reference in New Issue