OSDN Git Service

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)
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

index d6b6ced..0c01bd8 100644 (file)
@@ -144,7 +144,7 @@ static void dst_destroy_rcu(struct rcu_head *head)
 
 /* Operations to mark dst as DEAD and clean up the net device referenced
  * by dst:
- * 1. put the dst under loopback interface and discard all tx/rx packets
+ * 1. put the dst under blackhole interface and discard all tx/rx packets
  *    on this route.
  * 2. release the net_device
  * This function should be called when removing routes from the fib tree