]> git.karo-electronics.de Git - linux-beck.git/commit
RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument
authorDavid Howells <dhowells@redhat.com>
Wed, 1 Apr 2015 14:43:26 +0000 (15:43 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 1 Apr 2015 14:49:26 +0000 (15:49 +0100)
commit382d7974de31ef5e64dceee0d9cada3d3864b767
tree6597f5dc2cd2f324ef466a5d9ce234b81231e13a
parentaab94830a7fdf17aac07fea54d4cb43b0ad001b8
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>
net/rxrpc/ar-output.c