Re enabled mounting more than one filesystem

svn path=/trunk/; revision=2356
This commit is contained in:
Phillip Susi 2001-11-07 02:21:19 +00:00
parent 7a232306cc
commit 01009ce267

View file

@ -1,4 +1,4 @@
/* $Id: iface.c,v 1.59 2001/11/02 22:47:36 hbirr Exp $
/* $Id: iface.c,v 1.60 2001/11/07 02:21:19 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -169,13 +169,6 @@ VfatMount (PVFAT_IRP_CONTEXT IrpContext)
assert (IrpContext);
if (IrpContext->DeviceObject != VfatDriverObject->DeviceObject)
{
// Only allowed on the main device object
Status = STATUS_INVALID_DEVICE_REQUEST;
goto ByeBye;
}
Status = VfatHasFileSystem (IrpContext->Stack->Parameters.Mount.DeviceObject, &RecognizedFS);
if (!NT_SUCCESS(Status))
{