diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 11:15:36 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 11:15:36 -0400 |
commit | 9f993fe4634b39ca4404ba278053b03f360ec08a (patch) | |
tree | 36e62a3d384fa9c313cacd73b7aea086d7f74e82 /fs/ntfs/ChangeLog | |
parent | 3f2faef00c6af17542ea8672ed7d09367222b2d0 (diff) |
NTFS: Fix a bug in address space operations error recovery code paths where
if the runlist was not mapped at all and a mapping error occured we
would leave the runlist locked on exit to the function so that the
next access to the same file would try to take the lock and deadlock.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 08c8c04b0216..59ecca4297bb 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -121,6 +121,10 @@ ToDo/Notes: | |||
121 | - Stamp the transaction log ($UsnJrnl), aka user space journal, if it | 121 | - Stamp the transaction log ($UsnJrnl), aka user space journal, if it |
122 | is active on the volume and we are mounting read-write or remounting | 122 | is active on the volume and we are mounting read-write or remounting |
123 | from read-only to read-write. | 123 | from read-only to read-write. |
124 | - Fix a bug in address space operations error recovery code paths where | ||
125 | if the runlist was not mapped at all and a mapping error occured we | ||
126 | would leave the runlist locked on exit to the function so that the | ||
127 | next access to the same file would try to take the lock and deadlock. | ||
124 | 128 | ||
125 | 2.1.22 - Many bug and race fixes and error handling improvements. | 129 | 2.1.22 - Many bug and race fixes and error handling improvements. |
126 | 130 | ||