mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FSP_ENTER_MJ, FSP_LEAVE_MJ overhaul
This commit is contained in:
@ -21,8 +21,6 @@ FspRead(
|
||||
|
||||
ASSERT(IRP_MJ_READ == IrpSp->MajorFunction);
|
||||
|
||||
Irp->IoStatus.Status = STATUS_INVALID_DEVICE_REQUEST;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
Result = STATUS_INVALID_DEVICE_REQUEST;
|
||||
|
||||
FSP_LEAVE_MJ("", 0);
|
||||
|
Reference in New Issue
Block a user