Commit 293402e5 authored by Pavel Begunkov's avatar Pavel Begunkov Committed by Jens Axboe
Browse files

io_uring/net: use unsigned for flags

parent 6a9ce66f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,10 +55,10 @@ struct io_sr_msg {
		struct user_msghdr __user	*umsg;
		void __user			*buf;
	};
	int				msg_flags;
	unsigned			msg_flags;
	unsigned			flags;
	size_t				len;
	size_t				done_io;
	unsigned int			flags;
};

struct io_sendzc {