- Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.

svn path=/trunk/; revision=37400
This commit is contained in:
Aleksey Bragin 2008-11-17 13:19:22 +00:00
parent 354d1e506d
commit 10d51f11d6

View 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)
{