mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 03:52:55 -06:00
sys: FspFsvolDeviceStoppedStatus
This commit is contained in:
@@ -250,6 +250,10 @@ static NTSTATUS FspFsvolWriteNonCached(
|
||||
if (PagingIo && WriteToEndOfFile)
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
|
||||
/* stop CcWriteBehind from calling me! */
|
||||
if (FspIoqStopped(FspFsvolDeviceExtension(FsvolDeviceObject)->Ioq))
|
||||
return FspFsvolDeviceStoppedStatus(FsvolDeviceObject);
|
||||
|
||||
/* probe and lock the user buffer */
|
||||
if (0 == Irp->MdlAddress)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user