mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05: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