OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2265-g223cbf5

Gerrit Code Review gerrit@openafs.org
Sun, 1 Apr 2012 14:27:56 -0700 (PDT)


The following commit has been merged in the master branch:
commit 223cbf5a5bc1812f3b2ce86a7b05dc56f517c6f8
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Mar 23 13:41:10 2012 -0400

    rx: handle clock reversals for call timeouts
    
    If the clock is set backwards, call timeouts will not trigger
    until the clock regains its original value plus the timeout period.
    In rxi_CheckCall(), look for a backward clock shift and if one is
    noticed, fail the call with RX_CALL_TIMEOUT.
    
    Change-Id: I7ca5abee165fc21d72d3881670f9522d315b4982
    Reviewed-on: http://gerrit.openafs.org/6943
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    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 |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository