io_uring/net: use unsigned for flags
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 25 Jul 2022 09:52:06 +0000 (10:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 15:48:25 +0000 (09:48 -0600)
commit293402e564a7391f38541c7694e736f5fde20aea
treef0179c4c10f010e0f2b8f437b9fd75874b6f6519
parent6a9ce66f4d0872861e0bbc67eee6ce5dca5dd886
io_uring/net: use unsigned for flags

Use unsigned int type for msg flags.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/5cfaed13d3191337b14b8664ca68b515d9e2d1b4.1658742118.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c