Hi,
On Fri, 3 Feb 2006, Anton Altaparmakov wrote:
> RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
> retrieving revision 1.50
> retrieving revision 1.51
> diff -u -p -r1.50 -r1.51
> --- layout.h 20 Nov 2005 11:34:30 -0000 1.50
> +++ layout.h 3 Feb 2006 09:03:09 -0000 1.51
> @@ -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;
The VOLUME_FLAGS_MASK needs update too.
Szaka
|