]> err.no Git - linux-2.6/blobdiff - fs/ntfs/layout.h
[PATCH] fuse: move INIT handling to inode.c
[linux-2.6] / fs / ntfs / layout.h
index 71b25dab81995b496849f7a13c793547f274f86b..f5678d5d7919029edcdfc758a28ca730afb2d2a5 100644 (file)
@@ -2374,7 +2374,9 @@ typedef struct {
  * Extended attribute flags (8-bit).
  */
 enum {
-       NEED_EA = 0x80
+       NEED_EA = 0x80          /* If set the file to which the EA belongs
+                                  cannot be interpreted without understanding
+                                  the associates extended attributes. */
 } __attribute__ ((__packed__));
 
 typedef u8 EA_FLAGS;