io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Mar 2024 19:53:24 +0000 (12:53 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Mar 2024 14:56:27 +0000 (07:56 -0700)
commit186daf2385295acf19ecf48f4d5214cc2d925933
treeb630fe6f56ce7e0d86497a5e78388f50d7609cb4
parent9817ad85899fb695f875610fb743cb18cf087582
io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE

We only use the flag for this purpose, so rename it accordingly. This
further prevents various other use cases of it, keeping it clean and
consistent. Then we can also check it in one spot, when it's being
attempted recycled, and remove some dead code in io_kbuf_recycle_ring().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/kbuf.c
io_uring/kbuf.h
io_uring/net.c
io_uring/rw.c