commit | 382d7974de31ef5e64dceee0d9cada3d3864b767 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 01 15:43:26 2015 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Apr 01 15:49:26 2015 +0100 |
tree | 6597f5dc2cd2f324ef466a5d9ce234b81231e13a | |
parent | aab94830a7fdf17aac07fea54d4cb43b0ad001b8 [diff] |
RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument Use iov_iter_count() in rxrpc_send_data() to get the remaining data length instead of using the len argument as the len argument is now redundant. Signed-off-by: David Howells <dhowells@redhat.com>