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>
Sun, 4 Apr 2021 21:27:19 +0000 (15:27 -0600)
commiteaf75b4fd9f28c045d60d277232a6159cfcf495d
tree96258535d9b3193388dd608b60f4442a2d6db490
parentf5bd58754f4b2fad8d8e82ffda7446cfaf9d92b6
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