From 29ed836b4b4f8c1400362c42cd5f5a6471b9fa5d Mon Sep 17 00:00:00 2001 From: antona Date: Fri, 3 Feb 2006 09:23:03 +0000 Subject: [PATCH] Update VOLUME_FLAGS_MASK, too. --- include/ntfs/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index 43fed781..f9f3ea7c 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -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; /**