Re: [ROSE] Fix routing table locking in rose_remove_neigh.
From: "David S. Miller" <davem@davemloft.net>
Date: 2006-05-04 06:27:08
Also in:
linux-hams
From: "David S. Miller" <davem@davemloft.net>
Date: 2006-05-04 06:27:08
Also in:
linux-hams
From: Ralf Baechle <redacted> Date: Sat, 29 Apr 2006 14:31:41 +0100
The locking rule for rose_remove_neigh() are that the called 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 <redacted>
Applied, thanks.