Add VOLUME_CHDSK_UNDERWAY flag to volume flags (layout.h). Thanks to Szaka for
the information.edge.strict_endians
parent
90a6130039
commit
4b0fb6faff
|
@ -1986,6 +1986,7 @@ typedef enum {
|
|||
VOLUME_MOUNTED_ON_NT4 = const_cpu_to_le16(0x0008),
|
||||
VOLUME_DELETE_USN_UNDERWAY = const_cpu_to_le16(0x0010),
|
||||
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),
|
||||
} __attribute__((__packed__)) VOLUME_FLAGS;
|
||||
|
|
Loading…
Reference in New Issue