mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspFsvolCreateRetryComplete
This commit is contained in:
@ -594,9 +594,7 @@ NTSTATUS FspVolumeTransact(
|
||||
PendingIrpRequest = FspIrpRequest(PendingIrp);
|
||||
|
||||
Result = FspIopDispatchPrepare(PendingIrp, PendingIrpRequest);
|
||||
if (FSP_STATUS_COMPLETED == Result)
|
||||
;
|
||||
else if (STATUS_PENDING == Result)
|
||||
if (STATUS_PENDING == Result)
|
||||
{
|
||||
/*
|
||||
* The IRP has been reposted to our Ioq. Remember the first such IRP,
|
||||
|
Reference in New Issue
Block a user