commit | 7fc561362da38253522899ccab30c7955d4132df | [log] [tgz] |
---|---|---|
author | Andrzej Hajda <a.hajda@samsung.com> | Thu Sep 24 16:00:09 2015 +0200 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Nov 03 12:31:31 2015 -0500 |
tree | 7db21c82536798d71dea6e475b65137588d90e7a | |
parent | ac3c860c758a864adb1dd5c7d68dadebe6c86f64 [diff] |
SUNRPC: fix variable type Due to incorrect len type bc_send_request returned always zero. The problem has been detected using proposed semantic patch scripts/coccinelle/tests/assign_signed_to_unsigned.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2046107 Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>