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)
commit1be107de2ee4b3f0808e2071529364cf4d9a67b9
tree16e4c44647cc339ee43d34c327d50013d0cdd429
parent66d42ed8b25b64eb63111a2b8582c5afc8bf1105
net: Correct the comment of dst_dev_put()

Since commit 8d7017fd621d ("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