[VFATLIB] Drop a hack no longer needed after f87d9ca
authorPierre Schweitzer <pierre@reactos.org>
Sun, 25 Nov 2018 09:40:53 +0000 (10:40 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 25 Nov 2018 09:41:22 +0000 (10:41 +0100)
sdk/lib/fslib/vfatlib/check/io.c

index e16d40a..6e4bea2 100644 (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;