mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
[VFATLIB] Drop a hack no longer needed after f87d9ca
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user