io_uring: propagate issue_flags state down to file assignment
authorJens Axboe <axboe@kernel.dk>
Mon, 4 Apr 2022 23:18:43 +0000 (17:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Apr 2022 17:17:24 +0000 (11:17 -0600)
commit5106dd6e74ab6c94daac1c357094f11e6934b36f
treeaff7be12a4ecd9101591dc12e6438377b4ee5f38
parent584b0180f0f4d67d7145950fe68c625f06c88b10
io_uring: propagate issue_flags state down to file assignment

We'll need this in a future patch, when we could be assigning the file
after the prep stage. While at it, get rid of the io_file_get() helper,
it just makes the code harder to read.

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