]> 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)
commit69095f7adadd7a6a23f0985ad50d8b9d6069f2a3
treeee973a17c702bbfc41268128c93abb7069cc8378
parent48fade0f9c0eb5850884d2846f6872e5d702274b
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