]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit63705c76978d1b70ec0adffc689f251a1cd3c2e1
tree2c9cac8015217e46a9166c1968ab2d90cb9fd5bf
parentb1b45e538964b71acd6fd0808bf4feca9d3804d4
[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