[IPV4]: Fix garbage collection of multipath route entries
authorSuresh Bhogavilli <sbhogavilli@verisign.com>
Tue, 21 Feb 2006 21:42:22 +0000 (13:42 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 24 Feb 2006 00:10:52 +0000 (16:10 -0800)
When garbage collecting route cache entries of multipath routes
in rt_garbage_collect(), entries were deleted from the hash bucket
'i' while holding a spin lock on bucket 'k' resulting in a system
hang.  Delete entries, if any, from bucket 'k' instead.

Signed-off-by: Suresh Bhogavilli <sbhogavilli@verisign.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found