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>
Thu, 25 Mar 2021 16:24:19 +0000 (10:24 -0600)
commita6054c054e177eecd9248255a449a3a79e8433dd
tree626fa6274a50f8a51886e36cd0a6c5e00fba96c6
parent8ab20733c435d0c72c663681f5d62d90913a04bf
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