mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
sys: WIP
This commit is contained in:
parent
6ba60198ab
commit
a63f1e84a0
@ -90,9 +90,13 @@
|
|||||||
FSP_FSVRT_DEVICE_EXTENSION *FsvrtDeviceExtension =\
|
FSP_FSVRT_DEVICE_EXTENSION *FsvrtDeviceExtension =\
|
||||||
FspFsvrtDeviceExtension(FsvolDeviceExtension->FsvrtDeviceObject);\
|
FspFsvrtDeviceExtension(FsvolDeviceExtension->FsvrtDeviceObject);\
|
||||||
if (!FspIoqPostIrp(&FsvrtDeviceExtension->Ioq, Irp))\
|
if (!FspIoqPostIrp(&FsvrtDeviceExtension->Ioq, Irp))\
|
||||||
|
{ \
|
||||||
|
/* this can only happen if the Ioq was stopped */\
|
||||||
|
ASSERT(FspIoqStopped(&FsvrtDeviceExtension->Ioq));\
|
||||||
FspCompleteRequest(Irp, STATUS_ACCESS_DENIED);\
|
FspCompleteRequest(Irp, STATUS_ACCESS_DENIED);\
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
|
} \
|
||||||
else \
|
else \
|
||||||
FspCompleteRequest(Irp, Result);\
|
FspCompleteRequest(Irp, Result);\
|
||||||
); \
|
); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user