From 94e1647414f3b140bafb1f7e1e7e1cd7c04a9d91 Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 16 Nov 2005 00:17:53 +0000 Subject: [PATCH] More comments on SDH_INDEX_DATA's reserved_II field --- include/ntfs/layout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index 06c12998..b564426e 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -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; /**