diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-23 06:24:28 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-23 06:24:28 -0400 |
commit | 715dc636b64b57aee7aee7e8b5bf4f5267a6df48 (patch) | |
tree | 967c70011391cb38e232015902189623eb9c5193 /fs/ntfs/ChangeLog | |
parent | 91fbc6edfa7086b5fcdb74ea82ab747104541f1f (diff) |
NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry
since we otherwise get into a lock reversal deadlock if a read locked
runlist is passed in. In the process also change it to take an ntfs
inode instead of a vfs inode as parameter.
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 ee8665f62a65..574896f27c36 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -25,6 +25,10 @@ ToDo/Notes: | |||
25 | 2.1.25-WIP | 25 | 2.1.25-WIP |
26 | 26 | ||
27 | - Fix sparse warnings that have crept in over time. | 27 | - Fix sparse warnings that have crept in over time. |
28 | - Change ntfs_cluster_free() to require a write locked runlist on entry | ||
29 | since we otherwise get into a lock reversal deadlock if a read locked | ||
30 | runlist is passed in. In the process also change it to take an ntfs | ||
31 | inode instead of a vfs inode as parameter. | ||
28 | 32 | ||
29 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 33 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
30 | 34 | ||