On 10/1/21 11:06 AM, Pavel Begunkov wrote: > 1-2 cleans up after drain patches. > > 4/4 restructures storing selected buffers, gets rid of aliasing it > with rw.addr in particular. > > Pavel Begunkov (4): > io_uring: extra a helper for drain init > io_uring: don't return from io_drain_req() > io_uring: init opcode in io_init_req() > io_uring: clean up buffer select > > fs/io_uring.c | 142 ++++++++++++++++++-------------------------------- > 1 file changed, 52 insertions(+), 90 deletions(-) Looks good, and I agree on removing the kbuf aliasing. Applied. -- Jens Axboe