io_uring: kill io_uring_flush()
authorJens Axboe <axboe@kernel.dk>
Sun, 28 Feb 2021 19:23:27 +0000 (12:23 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 1 Mar 2021 21:56:19 +0000 (14:56 -0700)
commitf4c491e0c0b865ae1bf620aa5fa8352837fd137f
treed1084ba1db8f5c106e1e967275b11d36a76245f6
parent164cebd66a58663fc6074ab85654328948e65bf7
io_uring: kill io_uring_flush()

This was always a weird work-around or file referencing, and we don't
need it anymore. Get rid of it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c