NTFS: Fragmented $MFT file was not handled
commitde403416f573e2e6f8c88a90b882dd5e071fb7f0
authorAndy Alex <andy@r-tt.com>
Thu, 20 Feb 2014 15:56:47 +0000 (20 19:56 +0400)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 18 Apr 2014 00:16:27 +0000 (17 17:16 -0700)
treed4e92b67e53d87ba7da7b3b7e8c69224574fec32
parent2bf0922e80b35c79fcc56318e71b1da29f55df0c
NTFS: Fragmented $MFT file was not handled

NTFS $MFT file may be fragmented by itself (and actually is in most
cases).  However, such a situation was not handled.  This patch adds
support for a fragmented $MFT file.

Signed-off-by: Andy Alex <andy at r-tt.com>
Fixed-by: Ady <ady-sf@hotmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/ntfs/ntfs.c