Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2367/include/ntfs
Modified Files:
layout.h
Log Message:
More comments on SDH_INDEX_DATA's reserved_II field
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- layout.h 15 Nov 2005 01:00:22 -0000 1.48
+++ layout.h 16 Nov 2005 00:17:53 -0000 1.49
@@ -1913,7 +1913,8 @@ typedef struct {
u32 security_id; /* The security_id assigned to the descriptor. */
u64 offset; /* Byte offset of this entry in the $SDS stream. */
u32 length; /* Size in bytes of this entry in $SDS stream. */
- u32 reserved_II; /* Padding - always unicode "II". */
+ u32 reserved_II; /* Padding - always unicode "II" or zero. This field
+ isn't counted in INDEX_ENTRY's data_length. */
} __attribute__((__packed__)) SDH_INDEX_DATA;
/**
|