STABLE14-avoid-blocking-with-connhashtable-lock-in-reapconnections-20090307
authorJeffrey Altman <jaltman@your-file-system.com>
Sat, 7 Mar 2009 14:11:01 +0000 (14:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 7 Mar 2009 14:11:01 +0000 (14:11 +0000)
commit46b8dc55c749502a8416b5959bf78c49f5912c93
tree3905bb53f71ace986d2defc6c887d01e40a3797c
parent5bee49d05c38dd8dc79e6964cc8933d1aae993e8
STABLE14-avoid-blocking-with-connhashtable-lock-in-reapconnections-20090307

LICENSE BSD

instead of potentially blocking waiting for a call lock, assume if the call is
locked, the conn is still busy. also, don't even try to get the conn data lock
if we don't need to

(cherry picked from commit 581fd18bd9c3fe8e07169c60a7cde9e72e8af89c)
src/rx/rx.c