mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[VFATLIB] Drop a hack no longer needed after f87d9ca
This commit is contained in:
parent
40f066657e
commit
cdf47d5254
1 changed files with 0 additions and 7 deletions
|
@ -247,13 +247,6 @@ NTSTATUS fs_lock(BOOLEAN LockVolume)
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("NtFsControlFile() failed with Status 0x%08x\n", Status);
|
DPRINT1("NtFsControlFile() failed with Status 0x%08x\n", Status);
|
||||||
#if 1
|
|
||||||
/* FIXME: ReactOS HACK for 1stage due to IopParseDevice() hack */
|
|
||||||
if (Status == STATUS_INVALID_DEVICE_REQUEST)
|
|
||||||
{
|
|
||||||
Status = STATUS_ACCESS_DENIED;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
|
|
Loading…
Reference in a new issue