]> git.itanic.dy.fi Git - linux-stable/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:38:16 +0000 (16:38 +0200)
commit4ce585360581eef99dc0ad1717b740b250145b0b
tree3108020ab39627ecfda56393e7c49d69f0658967
parente08987e2e34420d93c80c744ce79f502426027f0
io_uring/kbuf: get rid of bl->is_ready

commit 3b80cff5a4d117c53d38ce805823084eaeffbde6 upstream.

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.

Cc: stable@vger.kernel.org # v6.4+
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/kbuf.c
io_uring/kbuf.h