mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.
svn path=/trunk/; revision=37400
This commit is contained in:
parent
354d1e506d
commit
10d51f11d6
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue