ntfs: keep looking for attributes with the latest found MFT record
commit6762b798cc1c917859ca417184bfbd80bdbaeb41
authorPaulo Alcantara <pcacjr@gmail.com>
Mon, 6 Feb 2012 03:43:55 +0000 (6 00:43 -0300)
committerPaulo Alcantara <pcacjr@gmail.com>
Sat, 11 Feb 2012 19:06:08 +0000 (11 16:06 -0300)
treeb7bc63b7423d2ee1bced787e0d7d3a8241f8af4f
parentc9e4ce90d13c4b1a964c4c2451eefdabd7f64c52
ntfs: keep looking for attributes with the latest found MFT record

Once ntfs_attr_lookup() is called, it may change the MFT record passed
as parameter so that the next calls that need the latest found MFT
record don't have it anymore. So the __ntfs_attr_lookup() variant will
provide support to the ntfs_attr_lookup() function handling both old
and new MFT records.

Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
core/fs/ntfs/ntfs.c