sys: iop: FSP_FSCTL_TRANSACT_REQ_HEADER

This commit is contained in:
Bill Zissimopoulos
2015-12-08 15:25:41 -08:00
parent c3c690c46b
commit d21180cba0
5 changed files with 69 additions and 34 deletions

View File

@ -391,7 +391,7 @@ retry:
ASSERT((PUINT8)Request + FSP_FSCTL_TRANSACT_REQ_SIZEMAX <= SystemBufferEnd);
for (;;)
{
PendingIrpRequest = FspIrpContextRequest(PendingIrp);
PendingIrpRequest = FspIopRequest(PendingIrp);
Result = FspIopDispatchPrepare(PendingIrp, PendingIrpRequest);
if (!NT_SUCCESS(Result))