diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 04:00:51 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 04:00:51 -0400 |
commit | c9c2009a4e915db17f32701d1f0535b400e61b58 (patch) | |
tree | bc91f1853e1b14069b00c52f7a7cfada55280254 /fs/ntfs/layout.h | |
parent | dda65b941f992ab10fda3d9f09539c68206b7114 (diff) |
NTFS: Document extended attribute ($EA) NEED_EA flag. (Based on libntfs
patch by Yura Pakhuchiy.)
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/layout.h')
-rw-r--r-- | fs/ntfs/layout.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ntfs/layout.h b/fs/ntfs/layout.h index 71b25dab8199..f5678d5d7919 100644 --- a/fs/ntfs/layout.h +++ b/fs/ntfs/layout.h | |||
@@ -2374,7 +2374,9 @@ typedef struct { | |||
2374 | * Extended attribute flags (8-bit). | 2374 | * Extended attribute flags (8-bit). |
2375 | */ | 2375 | */ |
2376 | enum { | 2376 | enum { |
2377 | NEED_EA = 0x80 | 2377 | NEED_EA = 0x80 /* If set the file to which the EA belongs |
2378 | cannot be interpreted without understanding | ||
2379 | the associates extended attributes. */ | ||
2378 | } __attribute__ ((__packed__)); | 2380 | } __attribute__ ((__packed__)); |
2379 | 2381 | ||
2380 | typedef u8 EA_FLAGS; | 2382 | typedef u8 EA_FLAGS; |