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: d6b7efc7 ("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>
Loading
-
mentioned in commit 2535d9f2
-
mentioned in commit 06ac534e
-
mentioned in commit 1731155f
-
mentioned in commit ab72dd34
-
mentioned in commit 8becf6ef
-
mentioned in commit c0555b98
-
mentioned in commit 9639fa91
-
mentioned in commit 198e5002
-
mentioned in commit 51556245
-
mentioned in commit 51556245
Please sign in to comment