io_uring: merge defer_prep() and prep_async()
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 28 Feb 2021 22:35:19 +0000 (22:35 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Mar 2021 14:31:36 +0000 (07:31 -0700)
commit2386b6509702435c8567a5b76b41c276e0dd2ad6
tree02ecb6ce8f1dfcf838b1b8f37e0bc60235611dfd
parent57fe409591b7375f79d1172cfce20b0d7889bead
io_uring: merge defer_prep() and prep_async()

Merge two function and do renaming in favour of the second one, it
relays the meaning better.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c