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)
commit157dc813b47ab2adb4bc8a08491887bc161284c2
treec023e78dc06f3f4472577e7c756ea3746820d346
parentfcde59feb1affb6d56aecadc3868df4631480da5
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