diff --git a/reactos/drivers/filesystems/fastfat_new/fsctl.c b/reactos/drivers/filesystems/fastfat_new/fsctl.c index 95f66df5de2..e835fe3214c 100644 --- a/reactos/drivers/filesystems/fastfat_new/fsctl.c +++ b/reactos/drivers/filesystems/fastfat_new/fsctl.c @@ -129,8 +129,7 @@ FatiFileSystemControl(PFAT_IRP_CONTEXT IrpContext, PIRP Irp) IrpSp->Parameters.MountVolume.Vpb, IrpSp->DeviceObject); - if (!NT_SUCCESS(Status)) - FatCompleteRequest(IrpContext, Irp, Status); + FatCompleteRequest(IrpContext, Irp, Status); break;