Dan Carpenter ae2975046d net/sunrpc: fix useless comparison in proc_do_xprt()
In the original code, the "if (*lenp < 0)" check didn't work because
"*lenp" is unsigned.  Fortunately, the memory_read_from_buffer() call
will never fail in this context so it doesn't affect runtime.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2020-11-08 16:28:25 -05:00
..
2019-07-18 14:32:33 -07:00
2018-12-19 13:52:46 -05:00
2020-03-16 12:04:33 -04:00
2020-06-11 12:22:41 -07:00
2020-09-21 10:13:25 -04:00