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 21:56:19 +0000 (14:56 -0700)
commit712b77c8c68c093290999f08134f068d7df4decf
tree61166c6356c21af7db5b1f759baee924cdce8450
parentcec52acacd6bc52723a61b3f35db98ef35b1d37c
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