Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14568/include/ntfs
Modified Files:
layout.h
Log Message:
Add missing full stops; rename SDS to $SDS
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- layout.h 1 Nov 2005 19:56:08 -0000 1.38
+++ layout.h 1 Nov 2005 20:01:03 -0000 1.39
@@ -1880,9 +1880,9 @@ typedef struct {
typedef struct {
u32 hash; /* Hash of the security descriptor. */
u32 security_id; /* The security_id assigned to the descriptor. */
- u64 offset_in_sds; /* Offset of the descriptor in SDS data stream */
- u32 size_in_sds; /* Size of the descriptor in SDS data stream */
- u32 reserved_II; /* Padding - always unicode "II" */
+ u64 offset_in_sds; /* Offset of the descriptor in $SDS data stream. */
+ u32 size_in_sds; /* Size of the descriptor in $SDS data stream. */
+ u32 reserved_II; /* Padding - always unicode "II". */
} __attribute__((__packed__)) SDH_INDEX_DATA;
/**
@@ -1891,8 +1891,8 @@ typedef struct {
typedef struct {
u32 hash; /* Hash of the security descriptor. */
u32 security_id; /* The security_id assigned to the descriptor. */
- u64 offset_in_sds; /* Offset of the descriptor in SDS data stream */
- u32 size_in_sds; /* Size of the descriptor in SDS data stream */
+ u64 offset_in_sds; /* Offset of the descriptor in $SDS data stream. */
+ u32 size_in_sds; /* Size of the descriptor in $SDS data stream. */
} __attribute__((__packed__)) SII_INDEX_DATA;
/**
@@ -2309,7 +2309,6 @@ typedef struct {
control entry in the data part of
the index. */
} __attribute__((__packed__)) key;
-
/* The (optional) index data is inserted here when creating. */
// VCN vcn; /* If INDEX_ENTRY_NODE bit in flags is set, the last
// eight bytes of this index entry contain the virtual
|