From: Ying Xue Date: Fri, 18 Oct 2013 05:23:15 +0000 (+0200) Subject: tipc: remove iovec length parameter from all sending functions X-Git-Tag: v3.13-rc1~105^2~177^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9446b87addd90a067b21c726aedd3c42694c1780;p=pandora-kernel.git tipc: remove iovec length parameter from all sending functions tipc_msg_build() now copies message data from iovec to skb_buff using memcpy_fromiovecend(), which doesn't need to be passed the iovec length to perform the copying. So we remove the parameter indicating iovec length in all functions where TIPC messages are built and sent. Signed-off-by: Ying Xue Reviewed-by: Paul Gortmaker Signed-off-by: Jon Maloy Signed-off-by: David S. Miller --- Reading git-diff-tree failed