ntfs: add missing field in ntfs_attr_list_entry structure
commit05f0ebc97acea07c9b76d7ebf88d7a82222631a1
authorPaulo Alcantara <pcacjr@gmail.com>
Tue, 24 Jan 2012 02:38:58 +0000 (23 23:38 -0300)
committerPaulo Alcantara <pcacjr@gmail.com>
Sat, 11 Feb 2012 19:06:07 +0000 (11 16:06 -0300)
tree19ab53757534164c2cf43ff214a229a9d910addb
parentcfc2e54fea6a1381733392dc4ac2807dac46090c
ntfs: add missing field in ntfs_attr_list_entry structure

This missing field just messed up when reading the
ntfs_attr_list_entry's fields to be used in any case. Also add a
check to avoid reading the same MFT record which contains the
attribute list and also the wanted attribute type.

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