linux/io_uring
Harshit Mogalapalli e326ee018a io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()
Smatch warning: io_fixup_rw_res() warn:
	unsigned 'res' is never less than zero.

Change type of 'res' from unsigned to long.

Fixes: d6b7efc722 ("io_uring/rw: fix error'ed retry return values")
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-12 11:59:20 +01:00
..
io_uring.c io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res() 2023-01-12 11:59:20 +01:00
io-wq.c io_uring: move to separate directory 2022-12-14 11:37:31 +01:00
io-wq.h io_uring: move to separate directory 2022-12-14 11:37:31 +01:00
Makefile io_uring: move to separate directory 2022-12-14 11:37:31 +01:00