]> git.baikalelectronics.ru Git - kernel.git/commit
net: Correct the comment of dst_dev_put()
authorMiaohe Lin <linmiaohe@huawei.com>
Thu, 10 Sep 2020 08:41:53 +0000 (04:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 20:28:57 +0000 (13:28 -0700)
commitae37a3e1cb7ba225ad32decf4737e88800b37821
tree16e4c44647cc339ee43d34c327d50013d0cdd429
parentfac85f462e3b37794e889e7eaee701542e1f14e5
net: Correct the comment of dst_dev_put()

Since commit 47122a62d42c ("blackhole_netdev: use blackhole_netdev to
invalidate dst entries"), we use blackhole_netdev to invalidate dst entries
instead of loopback device anymore.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dst.c