OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3191-g81212b1

Gerrit Code Review gerrit@openafs.org
Wed, 5 Dec 2012 10:47:42 -0800 (PST)


The following commit has been merged in the master branch:
commit 81212b18b3411b538c4a1bb94732948902005beb
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Nov 24 19:47:01 2012 -0500

    rx: RX_INVALID_OPERATION abort unknown service only
    
    Patchset 1fbe83f9aacfc36a9c426ba1fd18ad7c72869dc1 introduced the
    sending of RX_INVALID_OPERATION aborts for connection attempts
    requesting a service not offered by the rx peer.  By sending aborts
    for all failures of rxi_FindConnection() the set of incoming packets
    that are responded to is broader than simply those with non-matching
    serviceIds.  This patchset restricts the transmission of
    RX_INVALID_OPERATION aborts only to the explicit case in which
    rxi_FindConnection() attempted to find a service and either failed
    to find a match or couldn't apply the requested security class/level
    to that service.
    
    Change-Id: Ie18798531e542e54878209ccd2fbbcd24f31abb6
    Reviewed-on: http://gerrit.openafs.org/8512
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/rx/rx.c |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository