Add support functions, fix warning from previous commit.
+NtfsDumpDataRuns(), +NtfsDumpDataRunData() - Provide diagnostic output.
+GetPackedByteCount() - Used to encode data runs.

svn path=/branches/GSoC_2016/NTFS/; revision=71921
This commit is contained in:
Trevor Thompson 2016-07-13 11:51:16 +00:00 committed by Thomas Faber
parent 268a139e63
commit 63e83c7ffc
3 changed files with 145 additions and 1 deletions

View file

@ -1085,7 +1085,7 @@ UpdateFileRecord(PDEVICE_EXTENSION Vcb,
}
// remove the fixup array (so the file record pointer can still be used)
FixupUpdateSequenceArray(Vcb, file);
FixupUpdateSequenceArray(Vcb, &file->Ntfs);
return Status;
}