]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: abstract out provided buffer list selection
authorJens Axboe <axboe@kernel.dk>
Sat, 30 Apr 2022 18:22:02 +0000 (12:22 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 May 2022 12:29:06 +0000 (06:29 -0600)
commitadb697daaa63c8267051305e5ef9ea7c3d9c6c34
treeee973a17c702bbfc41268128c93abb7069cc8378
parent0029c288b8c2b43b5d66dec163637ccd54fa3206
io_uring: abstract out provided buffer list selection

In preparation for providing another way to select a buffer, move the
existing logic into a helper.

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