OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2363-gaa6f525

Gerrit Code Review gerrit@openafs.org
Mon, 9 Apr 2012 16:38:05 -0700 (PDT)


The following commit has been merged in the master branch:
commit aa6f52584ea1aea170da578328cc35e567a5b0b4
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Nov 25 20:51:40 2011 +0000

    rx: Remove the unused packet skew code
    
    We don't (and haven't, since the release of OpenAFS) use the packet
    skew calculations for anything. However, maintaining them requires
    taking locks in some critical parts of the transmission code path.
    For both speed, and maintainability, reasons remove the skew code
    from the tree - it's in git if we ever want to go back to it.
    
    Change-Id: Idc6dc80fb06ca959ad02a85f2c536a94ca3d5c02
    Reviewed-on: http://gerrit.openafs.org/7004
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/rx/rx.c        |   58 +++++----------------------------------------------
 src/rx/rx_conn.h   |    1 -
 src/rx/rx_packet.c |    2 -
 src/rx/rx_peer.h   |    8 -------
 4 files changed, 6 insertions(+), 63 deletions(-)

-- 
OpenAFS Master Repository