mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: introduce private NTSTATUS codes FSP_STATUS_POST_IOQ* and ensure that Irp is not touched after STATUS_PENDING
This commit is contained in:
@ -644,8 +644,10 @@ NTSTATUS FspVolumeWork(
|
||||
Request->Hint = 0;
|
||||
FspIrpRequest(Irp) = 0;
|
||||
}
|
||||
else
|
||||
Result = STATUS_PENDING;
|
||||
|
||||
DEBUGLOG("%s = %s",
|
||||
IoctlCodeSym(BestEffort ? FSP_FSCTL_WORK_BEST_EFFORT : FSP_FSCTL_WORK),
|
||||
NtStatusSym(Result));
|
||||
|
||||
return Result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user