The following commit has been merged in the master branch:
commit 3f09a3cbd30feea0add9e288380a32bba8230e0f
Author: Jeffrey Altman <[email protected]>
Date:   Mon Apr 12 08:58:20 2010 -0400

    Rx: avoid out of order lock acquisition in rx_NewCall
    
    Sha-1 33010ef25e716f2ec2df17cc113f4ef8f67e3a74 broke the lock order
    conventions between the conn->conn_call_lock and the call-lock.
    This patchset corrects the ordering and handles the synchronization
    issues that might occur when the call->lock is dropped within
    rx_NewCall.
    
    Change-Id: Ic05837e2491a1e738e7585cf2ee6cda20775229b
    Reviewed-on: http://gerrit.openafs.org/1740
    Reviewed-by: Jeffrey Altman <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Derrick Brashear <[email protected]>

 src/rx/rx.c |   50 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 47 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to