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 17:10:31 +0000 (10:10 -0700)
commit89b3273f01fe7754c898b51ed663558fa0e9183d
tree849a21c247002f380d45db0d8ec8bf97f6bac640
parenta4624207c55133df373fa93e8e7b382d28e69416
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