io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checks
authorJens Axboe <axboe@kernel.dk>
Sat, 27 Feb 2021 22:20:49 +0000 (15:20 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Mar 2021 13:36:26 +0000 (06:36 -0700)
commit1575f21a09206e914b81dace0add693346d97594
tree81ffd172f343c2cb9f2f1bd154312fd803ec68e8
parent4010fec41fd9fc5ca6956b958d14b32e41aded48
io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checks

We're no longer checking anything that requires the work item to be
initialized, as we're not carrying any file related state there.

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