Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv25945
Modified Files:
layout.h
Log Message:
Add comments for Windows XP ntfs changes in mft record header structure.
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/layout.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -U2 -r1.9 -r1.10
--- layout.h 2001/06/09 00:25:55 1.9
+++ layout.h 2001/06/14 15:41:41 1.10
@@ -278,5 +278,9 @@
NOTE: The first instance number is always 0.
*/
-/* 42 = sizeof() */
+/* sizeof() = 42 bytes */
+/* NTFS 3.1+ (Windows XP and above) introduce the following additions. */
+/* 42*/ //__u16 reserved; /* Reserved/alignment. */
+/* 44*/ //__u32 mft_record_number; /* Number of this mft record. */
+/* sizeof() = 48 bytes */
/*
* When (re)using the mft record, we place the update sequence array at this
|