diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 17:08:11 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 17:08:11 -0400 |
commit | a01ac532b519dc0e0b4d8bc4e12373e4e4cd1b1a (patch) | |
tree | 6d6021b5f951790b32f332d05106b9ff82ebb5a1 /fs/ntfs/ChangeLog | |
parent | 311120eca0013083f5eb0aff13ffb8aa9fdd050c (diff) |
NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c.
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 c3b510210743..029f856c56c0 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -85,6 +85,7 @@ ToDo/Notes: | |||
85 | removal of the get_bh()/put_bh() pairs for each buffer. | 85 | removal of the get_bh()/put_bh() pairs for each buffer. |
86 | - Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case | 86 | - Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case |
87 | where a concurrent truncate has truncated the runlist under our feet. | 87 | where a concurrent truncate has truncated the runlist under our feet. |
88 | - Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c. | ||
88 | 89 | ||
89 | 2.1.23 - Implement extension of resident files and make writing safe as well as | 90 | 2.1.23 - Implement extension of resident files and make writing safe as well as |
90 | many bug fixes, cleanups, and enhancements... | 91 | many bug fixes, cleanups, and enhancements... |