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 947583ed
-
mentioned in commit e2c82fa4
-
mentioned in commit 9f36c208
-
mentioned in commit e23c6d6c
-
mentioned in commit 1e12bd64
-
mentioned in commit ec8bb80d
-
mentioned in commit 43593de9
-
mentioned in commit 901497de
-
mentioned in commit f74317f7
-
mentioned in commit 345ec059
-
mentioned in commit 98a15fee
-
mentioned in commit fb0cece7
-
mentioned in commit fb0cece7
-
mentioned in commit 2cdddf70
-
mentioned in commit 2d72b630
-
mentioned in commit 5aa6ce16
-
mentioned in commit ffb52176
-
mentioned in commit 209ed4fd
-
mentioned in commit b28a5779
-
mentioned in commit b28a5779
Please sign in to comment