-
由 Jens Axboe 提交于
We have a tiny race where io_put_sq_data() calls io_sq_thead_stop() and finds the thread gone, but the thread has indeed not fully exited or called complete() yet. Close it up by always having io_sq_thread_stop() wait on completion of the exit event. Signed-off-by: NJens Axboe <axboe@kernel.dk>
e8f98f24