commit | 511bea5ea2b2b330e67c9e58ffb5027caebf9052 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Tue Oct 04 14:24:21 2005 +0100 |
committer | Anton Altaparmakov <aia21@cantab.net> | Tue Oct 04 14:24:21 2005 +0100 |
tree | 142b89f44ebb15f2db326a246e0eb6c454ade6e7 | |
parent | 69b41e3c0223bd38cf23e3d8f1385963089fbf22 [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>