[FASTFAT_NEW]
authorAleksey Bragin <aleksey@reactos.org>
Thu, 12 Aug 2010 21:59:22 +0000 (21:59 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Thu, 12 Aug 2010 21:59:22 +0000 (21:59 +0000)
- Implement asynchronous and delayed close operations.
- Fix a logical bug in FatiClose code, which led to always closing the file object (and freeing respective FCB/VCB/CCB), and then checking flags and queuing a delayed close. Instead, it should only try to close if it's not marked as a delayed close.
- Support stuff added (queues, mutex for closing lists, etc).
- Misc cleanup, debug silencing.

svn path=/trunk/; revision=48525


No differences found