• Jens Axboe's avatar
    io-wq: provide an io_wq_put_and_exit() helper · afcc4015
    Jens Axboe authored
    If we put the io-wq from io_uring, we really want it to exit. Provide
    a helper that does that for us. Couple that with not having the manager
    hold a reference to the 'wq' and the normal SQPOLL exit will tear down
    the io-wq context appropriate.
    
    On the io-wq side, our wq context is per task, so only the task itself
    is manipulating ->manager and hence it's safe to check and clear without
    any extra locking. We just need to ensure that the manager task stays
    around, in case it exits.
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    afcc4015
io-wq.h 3.49 KB