[VFATLIB] Drop a hack no longer needed after f87d9ca

This commit is contained in:
Pierre Schweitzer 2018-11-25 10:40:53 +01:00
parent 40f066657e
commit cdf47d5254
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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;