NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs
authorAnton Altaparmakov <aia21@cantab.net>
Sat, 25 Jun 2005 16:24:08 +0000 (17:24 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Sat, 25 Jun 2005 16:24:08 +0000 (17:24 +0100)
commit4757d7dff65b56f2115038ad1615725f31806787
treeb4a17ecec51c9b1175a22513699ae97c099c5d63
parentfa3be92317c4ae34edcf5274e8bbeff181e20b7a
NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs
      if the requested vcn is inside it.  Otherwise we get into problems
      when we try to map an out of bounds vcn because we then try to map
      the already mapped runlist fragment which causes
      ntfs_mapping_pairs_decompress() to fail and return error.  Update
      ntfs_attr_find_vcn_nolock() accordingly.

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