On 06/25/2012 07:10 PM, Christoph Hellwig wrote: > How do you ensure this is always called from the main thread? Calling > queue_request from helper threads seems like it would cause major > problems. What kind of problems? For now queue_request() is already called in worker threads context. Looks to me we should add a thread safe version of queue_request() that can be called in worker threads. Thanks, Yuan |