mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:41:37 +00:00
[NTFS]
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:
parent
268a139e63
commit
63e83c7ffc
3 changed files with 145 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue