ntfs: MFT record may be changed when invoking ntfs_attr_lookup()
commitc9e4ce90d13c4b1a964c4c2451eefdabd7f64c52
authorPaulo Alcantara <pcacjr@gmail.com>
Sun, 29 Jan 2012 21:14:06 +0000 (29 18:14 -0300)
committerPaulo Alcantara <pcacjr@gmail.com>
Sat, 11 Feb 2012 19:06:07 +0000 (11 16:06 -0300)
treef3888c658d0ebfe01f411231f40cff8da732f0d6
parent05f0ebc97acea07c9b76d7ebf88d7a82222631a1
ntfs: MFT record may be changed when invoking ntfs_attr_lookup()

After invoking ntfs_attr_lookup(), the attribute type that we're looking
for may be allocated in a other MFT record, so the parameter which gets
the current MFT record can be changed once to point to the other MFT
record that actually contains the wanted attribute type.

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