]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: unify calling convention for async prep handling
authorJens Axboe <axboe@kernel.dk>
Mon, 23 May 2022 23:16:21 +0000 (17:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 31 May 2022 08:50:06 +0000 (02:50 -0600)
commit274b8e8a21e8babeee76110f4a886ccc1c8ab2de
treec023e78dc06f3f4472577e7c756ea3746820d346
parent8829b9a73ade61b0dba5d74d0830199760478285
io_uring: unify calling convention for async prep handling

Make them consistent in preparation for defining a req async prep
handler. The readv/writev requests share a prep handler, move it one
level down so the initial one is consistent with the others.

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