NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking
authorAnton Altaparmakov <aia21@cantab.net>
Tue, 15 Feb 2005 10:08:43 +0000 (10:08 +0000)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 5 May 2005 09:56:31 +0000 (10:56 +0100)
commitb6ad6c52fe36ab35d0fe28c064f59de2ba670c2a
treed888c28a2c3c7fa733045dc7dc9c9bc7f157bf4a
parent1a0df15acdae065789446aca83021c72b71db9a5
NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking
helper ntfs_map_runlist_nolock() which is used by ntfs_map_runlist().
This allows us to map runlist fragments with the runlist lock already
held without having to drop and reacquire it around the call.  Adapt
all callers.
      - Change ntfs_find_vcn() to ntfs_find_vcn_nolock() which takes a locked
runlist.  This allows us to find runlist elements with the runlist
lock already held without having to drop and reacquire it around the
call.  Adapt all callers.

Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/ChangeLog
fs/ntfs/aops.c
fs/ntfs/attrib.c
fs/ntfs/attrib.h
fs/ntfs/lcnalloc.c
fs/ntfs/mft.c