Author: fireball
Date: Mon Oct 1 23:12:09 2007
New Revision: 29337
URL:
http://svn.reactos.org/svn/reactos?rev=29337&view=rev
Log:
- Forgot to hit "CTRL+S" in the editor :) (add a FIXME comment about small
hack).
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 (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/file.c Mon Oct 1 23:12:09 2007
@@ -388,6 +388,8 @@
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 |