• A
    NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking · b6ad6c52
    Anton Altaparmakov 提交于
    	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: NAnton Altaparmakov <aia21@cantab.net>
    b6ad6c52
可在Tags中查看这些版本中当前仓库的状态.
ChangeLog 75.5 KB