Loading net/core/neighbour.c +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ void neigh_destroy(struct neighbour *neigh) NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); if (!neigh->dead) { pr_warn("Destroying alive neighbour %p\n", neigh); pr_warn("Destroying alive neighbour %pK\n", neigh); dump_stack(); return; } Loading Loading
net/core/neighbour.c +1 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,7 @@ void neigh_destroy(struct neighbour *neigh) NEIGH_CACHE_STAT_INC(neigh->tbl, destroys); if (!neigh->dead) { pr_warn("Destroying alive neighbour %p\n", neigh); pr_warn("Destroying alive neighbour %pK\n", neigh); dump_stack(); return; } Loading