- Forgot to hit "CTRL+S" in the editor :) (add a FIXME comment about small hack).

svn path=/trunk/; revision=29337
This commit is contained in:
Aleksey Bragin 2007-10-01 19:12:09 +00:00
parent 7d540cf035
commit 9c40044087

View file

@ -388,6 +388,8 @@ IopParseDevice(IN PVOID ParseObject,
UseDummyFile = ((OpenPacket->QueryOnly) || (OpenPacket->DeleteOnly));
/* Check if this is a direct open */
/* FIXME: Small hack still exists, because there is probably
a small bug somewhere in vfat */
if (!(RemainingName->Length) &&
!(OpenPacket->RelatedFileObject) &&
(((DesiredAccess & ~(SYNCHRONIZE |