[NTOSKRNL] Make the CcWaitForCurrentLazyWriterActivity() stub return success instead of hacking FSDs.

Suggested by Thomas
This commit is contained in:
Pierre Schweitzer 2017-11-06 21:45:55 +01:00
parent 03d5be6437
commit e88eeb21af
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
3 changed files with 1 additions and 28 deletions

View file

@ -524,7 +524,7 @@ CcWaitForCurrentLazyWriterActivity (
VOID)
{
UNIMPLEMENTED;
return STATUS_NOT_IMPLEMENTED;
return STATUS_SUCCESS;
}
/*