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?r…
==============================================================================
--- 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)
{