commit | 381897798a94065ffcad0772eecdc6b04a7ff23d | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Tue Sep 18 15:46:38 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 18 20:11:43 2018 -0700 |
tree | bfc86186fb6cc7065f1a5bebd2a34d8751da5d94 | |
parent | 71d117f527425e2d6a5029e8365d82a8d2d6916a [diff] |
net/smc: fix sizeof to int comparison Comparing an int to a size, which is unsigned, causes the int to become unsigned, giving the wrong result. kernel_sendmsg can return a negative error code. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>