Commit d30ba2c3 authored by David S. Miller's avatar David S. Miller

[NET]: Use dump_stack in neigh_destroy.

parent 20db7173
...@@ -440,8 +440,8 @@ void neigh_destroy(struct neighbour *neigh) ...@@ -440,8 +440,8 @@ void neigh_destroy(struct neighbour *neigh)
if (!neigh->dead) { if (!neigh->dead) {
printk(KERN_WARNING printk(KERN_WARNING
"Destroying alive neighbour %p from %08lx\n", neigh, "Destroying alive neighbour %p from %08lx\n", neigh);
*(((unsigned long *)&neigh) - 1)); dump_stack();
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment