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)
if (!neigh->dead) {
printk(KERN_WARNING
"Destroying alive neighbour %p from %08lx\n", neigh,
*(((unsigned long *)&neigh) - 1));
"Destroying alive neighbour %p from %08lx\n", neigh);
dump_stack();
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