engines/io_uring: move sqe clear out of hot path
authorJens Axboe <axboe@kernel.dk>
Thu, 3 Sep 2020 14:23:21 +0000 (08:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Sep 2020 14:23:21 +0000 (08:23 -0600)
commit7c70f506e4382b49e97c9623cf04d645ee1cec25
tree5cb7fd2c4ffabeab83487dac83bdad55c3c98b5d
parent3412afb7b365b97ba515df9c72dfc89bf75aca0a
engines/io_uring: move sqe clear out of hot path

We just need to ensure we set the stuff we need, then we can avoid a
full memset of the sqe in the hot path.

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