diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 09:00:51 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-24 09:00:51 +0100 |
commit | c9c2009a4e915db17f32701d1f0535b400e61b58 (patch) | |
tree | bc91f1853e1b14069b00c52f7a7cfada55280254 /fs/ntfs/ChangeLog | |
parent | dda65b941f992ab10fda3d9f09539c68206b7114 (diff) | |
download | linux-c9c2009a4e915db17f32701d1f0535b400e61b58.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index dea742405161..50a7749cfca1 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog @@ -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. |