commit | 4af3417a347d06c8632346a6a9035c28b1dd94b4 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Apr 11 01:46:30 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 11 19:30:41 2021 -0600 |
tree | 46407f67af39d93a87800a98d6373b609c73a431 | |
parent | 0bdf3398b06ef1082b7d796039d34fc61a1285ea [diff] |
io_uring: refactor compat_msghdr import Add an entry for user pointer to compat_msghdr into io_connect, so it's explicit that we may use it as this, and removes annoying casts. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/73fd644dea1518f528d3648981cf777ce6e537e9.1618101759.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>