aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 11:18:23 -0500
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 11:18:23 -0500
commita778f217328a7391e0919b6463ec7f143851d12d (patch)
tree2f6837d70e52d9c3a46678c1efb975cd61a5dcf0 /fs/ntfs/ChangeLog
parent2c2c8c1c211c75d0cc9d7642a569ceac1aecd96d (diff)
NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we
forgot to update a temporary variable so loading index inodes which have an index allocation attribute failed. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index a3a9d4b9797..5fb74e62f53 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -38,6 +38,9 @@ ToDo/Notes:
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 - Improve comments on file attribute flags in fs/ntfs/layout.h.
41 - Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we
42 forgot to update a temporary variable so loading index inodes which
43 have an index allocation attribute failed.
41 44
422.1.26 - Minor bug fixes and updates. 452.1.26 - Minor bug fixes and updates.
43 46