diff --git a/reactos/ntoskrnl/io/iomgr/file.c b/reactos/ntoskrnl/io/iomgr/file.c index 00438baeb1c..cea681e026c 100644 --- a/reactos/ntoskrnl/io/iomgr/file.c +++ b/reactos/ntoskrnl/io/iomgr/file.c @@ -100,7 +100,7 @@ IopParseDevice(IN PVOID ParseObject, /* Check if it's not already mounted */ if (!(DeviceObject->Vpb->Flags & VPB_MOUNTED)) { - Status = IoMountVolume(DeviceObject, FALSE); + Status = IopMountVolume(DeviceObject, FALSE); if (!NT_SUCCESS(Status)) { /* Couldn't mount, fail the lookup */