RE: [PATCH] Fix garbage collection of multipath route entries

2006-02-21 Thread Bhogavilli, Suresh
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 <[EMAIL PROT

[PATCH] Fix garbage collection of multipath route entries

2006-02-20 Thread Bhogavilli, Suresh
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 <[EMAIL PROT