io_uring: inline io_cqring_mark_overflow()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 17 Dec 2020 00:24:38 +0000 (00:24 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Dec 2020 15:40:52 +0000 (08:40 -0700)
commit09e88404f46cc32237f596c66f48a826294e08f2
treea154f760d06c827138c8cf358af0f28996dbd39a
parente23de15fdbd3070446b2d212373c0ae556f63d93
io_uring: inline io_cqring_mark_overflow()

There is only one user of it and the name is misleading, get rid of it
by inlining. By the way make overflow_flush's return value deduction
simpler.

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