mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS/FSRTL]
* Remove a harmless ASSERT. Brought to you by Art Yerkes (arty). CORE-6580 #resolve #comment Committed in 58270. svn path=/trunk/; revision=58270
This commit is contained in:
@@ -858,7 +858,10 @@ FsRtlFastUnlockSingle(IN PFILE_LOCK FileLock,
|
||||
Find.Exclusive.FileLock.StartingByte = *FileOffset;
|
||||
Find.Exclusive.FileLock.EndingByte.QuadPart =
|
||||
FileOffset->QuadPart + Length->QuadPart;
|
||||
ASSERT(InternalInfo);
|
||||
if (!InternalInfo) {
|
||||
DPRINT("File not previously locked (ever)\n");
|
||||
return STATUS_RANGE_NOT_LOCKED;
|
||||
}
|
||||
Entry = RtlLookupElementGenericTable(&InternalInfo->RangeTable, &Find);
|
||||
if (!Entry) {
|
||||
DPRINT("Range not locked %wZ\n", &FileObject->FileName);
|
||||
|
||||
Reference in New Issue
Block a user