OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3169-g8e68e08

Gerrit Code Review gerrit@openafs.org
Sat, 1 Dec 2012 09:56:35 -0800 (PST)


The following commit has been merged in the master branch:
commit 8e68e08901b0ad003ad1e5114a155bfac83bdd83
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Nov 24 20:10:49 2012 -0500

    rx: set abort client_initiated flag to match direction
    
    In a recent incident involving packet reflection back to the
    file server, aborts were being sent by the file server in response
    to a server sent packet.  The aborts sent in response also failed
    to set the CLIENT_INITIATED flag in the header which permitted the
    the actual client to confuse the Abort as applying to its client
    initiated connection.
    
    in rxi_SendRawAbort, set the CLIENT_INITIATED flag to the opposite
    of the packet the abort is being sent in response to.
    
    Thanks to Chaskiel Grundman for the suggestion.
    
    Change-Id: Iea4189f022ac050e2e005e80c427f1c02c2251db
    Reviewed-on: http://gerrit.openafs.org/8513
    Reviewed-by: Chaskiel Grundman <cg2v@andrew.cmu.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/rx/rx_packet.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository