OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_18a-9-g04f5834

Gerrit Code Review gerrit@openafs.org
Thu, 8 Nov 2012 06:27:03 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 04f583497aec3ccbbc12947321b8af2b5aef2bca
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Sep 11 12:48:14 2012 -0500

    rx: Check for peer deadness in rxi_Resend
    
    If we need to resend something, the peer we're sending to may be dead.
    Check if the peer is dead in rxi_Resend, so we don't have to wait
    (possibly several seconds) for the next rxi_CheckCall.
    
    Reviewed-on: http://gerrit.openafs.org/8118
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    (cherry picked from commit 083ec556af66c755c93f821146e06423e27cfba9)
    
    Change-Id: I4085ed4a89ea7fc7509c938fe5f8e85aedbfebf8
    Reviewed-on: http://gerrit.openafs.org/8386
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/rx/rx.c |   55 +++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 41 insertions(+), 14 deletions(-)

-- 
OpenAFS Master Repository