mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTFS]
UpdateFileRecord() - Remove fixup array before returning. svn path=/branches/GSoC_2016/NTFS/; revision=71920
This commit is contained in:
parent
7c576a836f
commit
268a139e63
1 changed files with 3 additions and 0 deletions
|
@ -1084,6 +1084,9 @@ UpdateFileRecord(PDEVICE_EXTENSION Vcb,
|
|||
DPRINT1("UpdateFileRecord failed: %I64u written, %u expected\n", BytesWritten, Vcb->NtfsInfo.BytesPerFileRecord);
|
||||
}
|
||||
|
||||
// remove the fixup array (so the file record pointer can still be used)
|
||||
FixupUpdateSequenceArray(Vcb, file);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue