io_uring/kbuf: get rid of bl->is_ready
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Mar 2024 16:46:40 +0000 (10:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Mar 2024 15:34:41 +0000 (09:34 -0600)
commitc6128362953dafe79b1e93d8ffc6fdc1acee1a1f
treed952ce9fa2ab4ba55d0944678c26653909af3592
parentecfc4c2784ca46a902b2de810392b7685c0c1e11
io_uring/kbuf: get rid of bl->is_ready

Now that xarray is being exclusively used for the buffer_list lookup,
this check is no longer needed. Get rid of it and the is_ready member.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/kbuf.c
io_uring/kbuf.h