- 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
This commit is contained in:
Alex Ionescu 2006-07-27 20:18:22 +00:00
parent 48d3c8e74f
commit 280c7a5a59

View file

@ -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.