commit | b90cd197f9315f968d5ee4e6ee9f4e3067f2c883 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jun 21 13:09:52 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 21 20:46:05 2020 -0600 |
tree | 8b47935e245c25849f0695d15c0f28239f5c26be | |
parent | 24c74678634b3cbdb325b3b7706366c83811b311 [diff] |
io_uring: set @poll->file after @poll init It's a good practice to modify fields of a struct after but not before it was initialised. Even though io_init_poll_iocb() doesn't touch poll->file, call it first. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>