diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 11:05:11 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 11:05:11 -0500 |
commit | d4faf636d6f8d8940174e38317161eb08a7a57ec (patch) | |
tree | 9d9b54e5c41fa5c4c1f4cd8f8d5e3363ec71ffde /fs/ntfs/ChangeLog | |
parent | f95c4018fd4b0bdef9b1bcb4eac7056e2a07282a (diff) |
NTFS: Limit name length in fs/ntfs/unistr.c::ntfs_nlstoucs() to maximum
allowed by NTFS, i.e. 255 Unicode characters, not including the
terminating NULL (which is not stored on disk).
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 13e70d4e2fdb..41d0381be6ea 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -34,6 +34,9 @@ ToDo/Notes: | |||
34 | - Add support for sparse files which have a compression unit of 0. | 34 | - Add support for sparse files which have a compression unit of 0. |
35 | - Remove all the make_bad_inode() calls. This should only be called | 35 | - Remove all the make_bad_inode() calls. This should only be called |
36 | from read inode and new inode code paths. | 36 | from read inode and new inode code paths. |
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 | ||
39 | terminating NULL (which is not stored on disk). | ||
37 | 40 | ||
38 | 2.1.26 - Minor bug fixes and updates. | 41 | 2.1.26 - Minor bug fixes and updates. |
39 | 42 | ||