mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 12:02:46 -06:00
sys: ioq: IRP can no longer be canceled once they enter the Processing state
This commit is contained in:
@@ -84,7 +84,7 @@ static NTSTATUS FspFsvolCleanup(
|
||||
* away and should correctly tear things down.
|
||||
*/
|
||||
|
||||
if (FspIoqPostIrpNoCap(FsvolDeviceExtension->Ioq, Irp, 0))
|
||||
if (FspIoqPostIrpBestEffort(FsvolDeviceExtension->Ioq, Irp, 0))
|
||||
return STATUS_PENDING;
|
||||
else
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user