From b7aaeece53f91a37d35070a08440a718eb72243e Mon Sep 17 00:00:00 2001 From: cha0smaster Date: Sat, 22 Oct 2005 20:22:21 +0000 Subject: [PATCH] documment need ea flag --- include/ntfs/layout.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index 3a7e1ecc..9b465b44 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -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; /*