[ros-diffs] [fireball] 29337: - Forgot to hit "CTRL+S" in the editor :) (add a FIXME comment about small hack).

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Oct 1 21:12:09 CEST 2007


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?rev=29337&r1=29336&r2=29337&view=diff
==============================================================================
--- 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 |




More information about the Ros-diffs mailing list