From 10d51f11d69bd4700c4f031a3ce30f82c4011c1c Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Mon, 17 Nov 2008 13:19:22 +0000 Subject: [PATCH] - Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393. svn path=/trunk/; revision=37400 --- reactos/ntoskrnl/io/iomgr/file.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reactos/ntoskrnl/io/iomgr/file.c b/reactos/ntoskrnl/io/iomgr/file.c index 8fdc3f50a25..6c5064e8272 100644 --- a/reactos/ntoskrnl/io/iomgr/file.c +++ b/reactos/ntoskrnl/io/iomgr/file.c @@ -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) {