Update VOLUME_FLAGS_MASK, too.

edge.strict_endians
antona 2006-02-03 09:23:03 +00:00
parent 4b0fb6faff
commit 29ed836b4b
1 changed files with 1 additions and 1 deletions

View File

@ -1988,7 +1988,7 @@ typedef enum {
VOLUME_REPAIR_OBJECT_ID = const_cpu_to_le16(0x0020),
VOLUME_CHKDSK_UNDERWAY = const_cpu_to_le16(0x4000),
VOLUME_MODIFIED_BY_CHKDSK = const_cpu_to_le16(0x8000),
VOLUME_FLAGS_MASK = const_cpu_to_le16(0x803f),
VOLUME_FLAGS_MASK = const_cpu_to_le16(0xc03f),
} __attribute__((__packed__)) VOLUME_FLAGS;
/**