From: David Howells Date: Wed, 1 Apr 2015 14:43:26 +0000 (+0100) Subject: RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argument X-Git-Tag: omap-for-v4.2/o2_dc~131^2~15^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382d7974de31ef5e64dceee0d9cada3d3864b767;p=pandora-kernel.git 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 --- Reading git-diff-tree failed