From: Ying Xue Date: Thu, 31 Jan 2013 20:51:47 +0000 (+0100) Subject: tipc: remove redundant checking for the number of iovecs in a send request X-Git-Tag: v3.9-rc1~139^2~50^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97f8b87e9108485a0b7070645662253561304458;p=pandora-kernel.git tipc: remove redundant checking for the number of iovecs in a send request As the number of iovecs in a send request is already limited within UIO_MAXIOV(i.e. 1024) in __sys_sendmsg(), it's unnecessary to check it again in TIPC stack. Signed-off-by: Ying Xue Signed-off-by: Jon Maloy Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed