Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11978
b: refs/heads/master
c: c9c2009
h: refs/heads/master
v: v3
  • Loading branch information
Anton Altaparmakov committed Oct 24, 2005
1 parent 558b3bd commit 950b9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dda65b941f992ab10fda3d9f09539c68206b7114
refs/heads/master: c9c2009a4e915db17f32701d1f0535b400e61b58
2 changes: 2 additions & 0 deletions trunk/fs/ntfs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ ToDo/Notes:
- $EA attributes can be both resident and non-resident.
- Use %z for size_t to fix compilation warnings. (Andrew Morton)
- Fix compilation warnings with gcc-4.0.2 on SUSE 10.0.
- Document extended attribute ($EA) NEED_EA flag. (Based on libntfs
patch by Yura Pakhuchiy.)

2.1.24 - Lots of bug fixes and support more clean journal states.

Expand Down
4 changes: 3 additions & 1 deletion trunk/fs/ntfs/layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 950b9d2

Please sign in to comment.