commit | db32919005d81a375093936a1f625f2d08c2d299 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sat Oct 28 19:46:21 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 01 11:57:32 2017 +0900 |
tree | 3371e32e4ba10636ee138401da11e182424593dd | |
parent | aa7365e19f8410659ec30503cd8ce866a176c9f4 [diff] |
ip_vti: remove the useless err_count check in vti_xmit Unlike ipip and gre, ip_vti never uses err_count in vti4_err, so no need to check err_count in vti_xmit, it's value always 0. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>