mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Re enabled mounting more than one filesystem
svn path=/trunk/; revision=2356
This commit is contained in:
parent
7a232306cc
commit
01009ce267
1 changed files with 1 additions and 8 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue