NTFS: - Change {__,}ntfs_cluster_free() to also take an optional attribute
authorAnton Altaparmakov <aia21@cantab.net>
Tue, 4 Oct 2005 13:24:21 +0000 (14:24 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Tue, 4 Oct 2005 13:24:21 +0000 (14:24 +0100)
commit511bea5ea2b2b330e67c9e58ffb5027caebf9052
tree142b89f44ebb15f2db326a246e0eb6c454ade6e7
parent69b41e3c0223bd38cf23e3d8f1385963089fbf22
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>
fs/ntfs/ChangeLog
fs/ntfs/lcnalloc.c
fs/ntfs/lcnalloc.h
fs/ntfs/mft.c