diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 17:00:33 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-08 17:00:33 -0400 |
commit | 8273d5d4c28a9fde68f830cc6ff61e37e8ae1dca (patch) | |
tree | d4abd74f9b9b5ea9d84f1b9bcfe80e75f72f36d3 /fs/ntfs/ChangeLog | |
parent | 54b02eb01c0172294e43e2b54d6815f65637c111 (diff) |
NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case
where a concurrent truncate has truncated the runlist under our feet.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 10fc2385efa7..7f24cb19c69e 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -84,6 +84,8 @@ ToDo/Notes: | |||
84 | - Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page | 84 | - Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page |
85 | lock protection over the buffer submission for i/o which allows the | 85 | lock protection over the buffer submission for i/o which allows the |
86 | removal of the get_bh()/put_bh() pairs for each buffer. | 86 | removal of the get_bh()/put_bh() pairs for each buffer. |
87 | - Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case | ||
88 | where a concurrent truncate has truncated the runlist under our feet. | ||
87 | 89 | ||
88 | 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 |
89 | many bug fixes, cleanups, and enhancements... | 91 | many bug fixes, cleanups, and enhancements... |