ipv6: delete useless dst check in ip6_dst_lookup_tail
authorzhang kai <zhangkaiheb@126.com>
Thu, 24 Jun 2021 03:09:14 +0000 (11:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Jun 2021 22:49:01 +0000 (15:49 -0700)
commitc305b9e6d553f73b8434dd781736d180d63b1d64
tree797ea730fabed81fa47a2c71cf4dfd7c4a970ce4
parent911bd1b1f08f31b74607c3e989955b97da588279
ipv6: delete useless dst check in ip6_dst_lookup_tail

parameter dst always points to null.

Signed-off-by: zhang kai <zhangkaiheb@126.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c