aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 11:09:40 -0500
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 11:09:40 -0500
commit2c2c8c1c211c75d0cc9d7642a569ceac1aecd96d (patch)
tree59cc527665d49ec7882a03302f25bcb4bd69525d /fs/ntfs/ChangeLog
parentd4faf636d6f8d8940174e38317161eb08a7a57ec (diff)
NTFS: Improve comments on file attribute flags in fs/ntfs/layout.h.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 41d0381be6ea..a3a9d4b97979 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -37,6 +37,7 @@ ToDo/Notes:
37 - Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximum 37 - Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximum
38 allowed by NTFS, i.e. 255 Unicode characters, not including the 38 allowed by NTFS, i.e. 255 Unicode characters, not including the
39 terminating NULL (which is not stored on disk). 39 terminating NULL (which is not stored on disk).
40 - Improve comments on file attribute flags in fs/ntfs/layout.h.
40 41
412.1.26 - Minor bug fixes and updates. 422.1.26 - Minor bug fixes and updates.
42 43