mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +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))
|
||||
{
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue