|
From: Phillip S. <ps...@cf...> - 2001-11-07 01:25:11
|
The recent changes to vfat to make it asynchronous look to be a hack to queue work items to worker threads to actually do the IO synchronously there instead of in the calling thread. While this may suffice to support async IO for now, it is a dirty hack, and async IO needs to be implemented properly, which imho, requires a large rewrite of the vfat driver. I ask, why waste time with this hack instead of rewriting the code to work properly? ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |