OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-30-g36ce1b0

Gerrit Code Review gerrit@openafs.org
Mon, 27 Sep 2010 08:31:28 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 36ce1b03e4d9a01f7a128b2deabf03b4ace4ecf0
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Sep 19 09:03:39 2010 -0700

    Rx: properly compute dataPacketsReSent statistic
    
    The global dataPacketsReSent statistic should be the sum of all
    peer->reSends and dataPacketsSent should not include the count of
    resent packets.  Prior to this patchset, dataPacketsSent included
    the resent packets and dataPacketsReSent was computed as the number
    of requests for Ack instead of the number of packets resent.
    
    Change-Id: I969003f7ec1805d09c14ac342453f86fdb5df99a
    Reviewed-on: http://gerrit.openafs.org/2776
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 8549ebe0a81ac9a526d13f96ba63e048d8b77aa7)
    Reviewed-on: http://gerrit.openafs.org/2811

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

-- 
OpenAFS Master Repository