io_uring: pass in io_issue_def to io_assign_file()
authorJens Axboe <axboe@kernel.dk>
Fri, 20 Jan 2023 16:10:30 +0000 (09:10 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:17:41 +0000 (15:17 -0700)
commitf499254474a83bf60191c86de82c1fec1d8eb9f9
treefc5ddb7d16dd3a54202257a4c83e75b3c35753fc
parentc1755c25a7190494b45861284b4a30bd9cd813ff
io_uring: pass in io_issue_def to io_assign_file()

This generates better code for me, avoiding an extra load on arm64, and
both call sites already have this variable available for easy passing.

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