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>
Mon, 22 Mar 2021 13:42:47 +0000 (07:42 -0600)
commit25bb73f91c4bbc26e10dca608aa3e745953736f5
tree624aafb6d1bf0fe47775ae5bcdf30dd920508306
parent07e1b01191060904411dca01d16f20f1c90812e9
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