Author: hpoussin
Date: Sat Jul 29 21:59:04 2006
New Revision: 23353
URL: http://svn.reactos.org/svn/reactos?rev=23353&view=rev
Log:
Remove no longer needed hack
Modified:
trunk/reactos/ntoskrnl/io/iomgr/deviface.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/deviface.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/deviface…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/deviface.c (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/deviface.c Sat Jul 29 21:59:04 2006
@@ -1000,14 +1000,6 @@
ObDereferenceObject(FileObject);
- /* hpoussin, July 2006. Dereferencing the FileObject once
- * is not enough to trigger the sending of IRP_MJ_CLEANUP.
- * So, do it once more... According to Alex, it's because
- * FileObjects should start with a ref count of 1 instead
- * of 2 at the moment...
- */
- ObDereferenceObject(FileObject);
-
return STATUS_SUCCESS;
}
Author: greatlrd
Date: Sat Jul 29 18:34:22 2006
New Revision: 23347
URL: http://svn.reactos.org/svn/reactos?rev=23347&view=rev
Log:
Remove welcome from rosapps, we already it in reactos/base/....
Removed:
trunk/rosapps/welcome/
Author: greatlrd
Date: Sat Jul 29 18:32:05 2006
New Revision: 23345
URL: http://svn.reactos.org/svn/reactos?rev=23345&view=rev
Log:
Remove format from rosapps, we already it in reactos/base/....
Removed:
trunk/rosapps/sysutils/format/