commit | 4cb70b7ebd7056790cc6a48c768209641ca02a50 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Oct 20 09:13:11 2023 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 20 09:14:56 2023 -0600 |
tree | a23c219b02ab5048dedb2da7f7bfdc2da635227b | |
parent | 21deac55f7c30d2ccda3bc7e69f7a2e9f6e5ed28 [diff] |
io_uring_prep_cmd_sock: cast pointer to untptr_t first For 32-bit archs, cast it to an uintptr_t first to avoid warnings. Fixes: 3797db16928a ("liburing.h: Populate SQE for {s,g} etsockopt") Signed-off-by: Jens Axboe <axboe@kernel.dk>