diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 20:35:33 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 20:35:33 +0100 |
commit | f25dfb5e44fa8641961780d681bc1871abcfb861 (patch) | |
tree | f51bfcdd7baa9ee52f27bf196a32e44ee5cb5d5a /fs/ntfs/ChangeLog | |
parent | 8e08ceaeacd5d300aaad166f2eef8bfc37e09831 (diff) | |
download | op-kernel-dev-f25dfb5e44fa8641961780d681bc1871abcfb861.zip op-kernel-dev-f25dfb5e44fa8641961780d681bc1871abcfb861.tar.gz |
NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 1168d3e..96224c0 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog @@ -58,6 +58,7 @@ ToDo/Notes: - Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returned index entry is in the index root, we forgot to set the @ir pointer in the index context. Thanks to Yura Pakhuchiy for finding this bug. + - Remove bogus setting of PageError in ntfs_read_compressed_block(). 2.1.23 - Implement extension of resident files and make writing safe as well as many bug fixes, cleanups, and enhancements... |