[ros-diffs] [fireball] 37400: - Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Nov 17 14:19:23 CET 2008


Author: fireball
Date: Mon Nov 17 07:19:22 2008
New Revision: 37400

URL: http://svn.reactos.org/svn/reactos?rev=37400&view=rev
Log:
- Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.

Modified:
    trunk/reactos/ntoskrnl/io/iomgr/file.c

Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/file.c?rev=37400&r1=37399&r2=37400&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] Mon Nov 17 07:19:22 2008
@@ -1355,14 +1355,6 @@
         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)
     {



More information about the Ros-diffs mailing list