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>
Mon, 1 Mar 2021 17:10:30 +0000 (10:10 -0700)
commitb4f577017518a500441b90ab11c12bed07d3d7b5
tree31c702dba37355d42fd581763a7db51c099486e9
parent2908e369285ee05dd2749ffbe5384cc49fdcd0ce
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