- Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.
authorAleksey Bragin <aleksey@reactos.org>
Mon, 17 Nov 2008 13:19:22 +0000 (13:19 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Mon, 17 Nov 2008 13:19:22 +0000 (13:19 +0000)
svn path=/trunk/; revision=37400

reactos/ntoskrnl/io/iomgr/file.c

index 8fdc3f5..6c5064e 100644 (file)
@@ -1355,14 +1355,6 @@ IopQueryNameFile(IN PVOID ObjectBody,
         return Status;
     }
 
-    /* ROS HACK. VFAT SUCKS */
-    if (NT_WARNING(Status))
-    {
-        DPRINT("Status 0x%08x, LRN 0x%x, FileLength 0x%x\n", Status,
-            LocalReturnLength, FileLength);
-        LocalReturnLength = FileLength;
-    }
-
     /* If the provided buffer is too small, return the required size */
     if (LengthMismatch)
     {