• Jens Axboe's avatar
    io_uring: disable io-wq attaching · d25e3a3d
    Jens Axboe authored
    Moving towards making the io_wq per ring per task, so we can't really
    share it between rings. Which is fine, since we've now dropped some
    of that fat from it.
    
    Retain compatibility with how attaching works, so that any attempt to
    attach to an fd that doesn't exist, or isn't an io_uring fd, will fail
    like it did before.
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    d25e3a3d
io_uring.c 249 KB