io_uring: inline io_uring_attempt_task_drop()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 8 Jan 2021 20:57:23 +0000 (20:57 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 Jan 2021 16:21:43 +0000 (09:21 -0700)
commit4f793dc40bc605b97624fd36baf085b3c35e8bfd
tree61c8bd2b523adeb1663893fccaff29c57fbb3380
parent55e6ac1e1f31c7f678d9f3c8d54c6f102e5f1550
io_uring: inline io_uring_attempt_task_drop()

A simple preparation change inlining io_uring_attempt_task_drop() into
io_uring_flush().

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