mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[FASTFAT]
- "Fix for a stupid mistake" - patch by Pierre Schweitzer svn path=/trunk/; revision=48618
This commit is contained in:
parent
e3a2103631
commit
967f731f6a
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ NTSTATUS VfatPnp(PVFAT_IRP_CONTEXT IrpContext)
|
|||
case IRP_MN_REMOVE_DEVICE:
|
||||
case IRP_MN_CANCEL_REMOVE_DEVICE:
|
||||
Status = STATUS_NOT_IMPLEMENTED;
|
||||
IrpContext->Irp->IoStatus.Status = Status;
|
||||
IoCompleteRequest(IrpContext->Irp, IO_NO_INCREMENT);
|
||||
break;
|
||||
default:
|
||||
IoSkipCurrentIrpStackLocation(IrpContext->Irp);
|
||||
|
|
Loading…
Reference in a new issue