Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/include/ntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5737/include/ntfs
Modified Files:
layout.h
Log Message:
documment need ea flag
Index: layout.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- layout.h 21 Oct 2005 18:05:13 -0000 1.33
+++ layout.h 22 Oct 2005 20:22:21 -0000 1.34
@@ -2339,7 +2339,10 @@ typedef struct {
* Extended attribute flags (8-bit).
*/
typedef enum {
- NEED_EA = 0x80,
+ NEED_EA = 0x80, /* Indicate that the file to which the EA
+ belongs cannot be interpreted without
+ understanding the associated extended
+ attributes. */
} __attribute__((__packed__)) EA_FLAGS;
/*
|