aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-10-04 09:24:21 -0400
committerAnton Altaparmakov <aia21@cantab.net>2005-10-04 09:24:21 -0400
commit511bea5ea2b2b330e67c9e58ffb5027caebf9052 (patch)
tree142b89f44ebb15f2db326a246e0eb6c454ade6e7 /fs/ntfs/ChangeLog
parent69b41e3c0223bd38cf23e3d8f1385963089fbf22 (diff)
NTFS: - Change {__,}ntfs_cluster_free() to also take an optional attribute
search context as argument. This allows calling it with the mft record mapped. Update all callers. - Fix potential deadlock in ntfs_mft_data_extend_allocation_nolock() error handling by passing in the active search context when calling ntfs_cluster_free(). Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 0a361ddb3b45..6e4f44eed6fa 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -24,10 +24,13 @@ ToDo/Notes:
24 24
252.1.25-WIP 252.1.25-WIP
26 26
27 - Change ntfs_map_runlist_nolock() and ntfs_attr_find_vcn_nolock() to 27 - Change ntfs_map_runlist_nolock(), ntfs_attr_find_vcn_nolock() and
28 also take an optional attribute search context as argument. This 28 {__,}ntfs_cluster_free() to also take an optional attribute search
29 allows calling these functions with the mft record mapped. Update 29 context as argument. This allows calling these functions with the
30 all callers. 30 mft record mapped. Update all callers.
31 - Fix potential deadlock in ntfs_mft_data_extend_allocation_nolock()
32 error handling by passing in the active search context when calling
33 ntfs_cluster_free().
31 34
322.1.24 - Lots of bug fixes and support more clean journal states. 352.1.24 - Lots of bug fixes and support more clean journal states.
33 36