From 280c7a5a599a876bf029d83230cb8afb1cfb191e Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 27 Jul 2006 20:18:22 +0000 Subject: [PATCH] - Add kernel fun entry: - Find out why 7zip can't create temporary folders due to deferred I/O completion in IopParseDevice when creating a new File Object.. Thanks to encoded. svn path=/trunk/; revision=23326 --- reactos/ntoskrnl/KrnlFun.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/ntoskrnl/KrnlFun.c b/reactos/ntoskrnl/KrnlFun.c index 7cfd9fd0787..ad37b439173 100644 --- a/reactos/ntoskrnl/KrnlFun.c +++ b/reactos/ntoskrnl/KrnlFun.c @@ -11,6 +11,8 @@ // Io: // - Fix double-reference in IopCreateFile. // - See why queueing IRPs and cancelling them causes crashes. +// - Find out why 7zip can't create temporary folders due to deferred I/O +// completion in IopParseDevice when creating a new File Object. // - Add SEH to some places where it's missing (MDLs, etc) (iofunc). // - Add a generic Cleanup/Exception Routine (iofunc). // - Add another parameter to IopCleanupFailedIrp.