aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 15:03:11 +0000
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 15:03:11 +0000
commit3ccc7384db3d762e834dfdae13c1d6434b2fdeab (patch)
tree2bddfd2b0c5e1f2098c95d0c6bd611e33971591d /fs/ntfs/ChangeLog
parentNTFS: Fix an (innocent) off-by-one error in the runlist code. (diff)
downloadlinux-dev-3ccc7384db3d762e834dfdae13c1d6434b2fdeab.tar.xz
linux-dev-3ccc7384db3d762e834dfdae13c1d6434b2fdeab.zip
NTFS: Fix a buggette in an "should be impossible" case handling where we
continued the attribute lookup loop instead of aborting it. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 3d8d60be48de..d35a5c8e3da9 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -24,6 +24,8 @@ ToDo/Notes:
- Fix two compiler warnings on Alpha. Thanks to Andrew Morton for
reporting them.
- Fix an (innocent) off-by-one error in the runlist code.
+ - Fix a buggette in an "should be impossible" case handling where we
+ continued the attribute lookup loop instead of aborting it.
2.1.26 - Minor bug fixes and updates.