commit | 97f8b87e9108485a0b7070645662253561304458 | [log] [tgz] |
---|---|---|
author | Ying Xue <ying.xue@windriver.com> | Thu Jan 31 21:51:47 2013 +0100 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri Feb 15 17:03:32 2013 -0500 |
tree | bd50c70ebf1715be2947087cd8ca341b06bbdbce | |
parent | aba79f332f46ca8529f3e62a9fc2926c8fe75e44 [diff] |
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 <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>