[ROSE]: Fix routing table locking in rose_remove_neigh.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 4 May 2006 06:26:20 +0000 (23:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 May 2006 06:26:20 +0000 (23:26 -0700)
commit4cc7c2734e2b4032103e47d8f3e8b6fa3360d3f1
tree2c9cac8015217e46a9166c1968ab2d90cb9fd5bf
parent70868eace5031298c6f6e991a40a2106957f582c
[ROSE]: Fix routing table locking in rose_remove_neigh.

The locking rule for rose_remove_neigh() are that the caller needs to
hold rose_neigh_list_lock, so we better don't take it yet again in
rose_neigh_list_lock.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/rose_route.c