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)
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

Simple merge