OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre1-24-gb9faf2e

Gerrit Code Review gerrit@openafs.org
Mon, 23 Jan 2012 18:50:44 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 88afb6b0b1bb6c9bf817af462742bd7e14cacf86
Author: Derrick Brashear <shadow@dementix.org>
Date:   Thu Jan 5 17:19:45 2012 -0500

    viced: disable rx keepalives during disk io
    
    when we are going to hit the backend storage, disable keepalives.
    the net effect of this is that no idle dead time is needed; instead,
    the normal dead time will result in a connection with no activity
    simply dying naturally if i/o blocks forever.
    
    it's important that keepalives be enabled during callback breaks,
    so that is done.
    
    (cherry picked from commit 05f3a0d1e0359f604cc6162708f3f381eabcd1d7)
    Reviewed-on: http://gerrit.openafs.org/6515
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    
    Change-Id: If2ee7f3ad7f2dc835dd350bb9558fde0aa179240
    Reviewed-on: http://gerrit.openafs.org/6613
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/viced/afsfileprocs.c |  294 +++++++++++++++++++++++++++++++---------------
 1 files changed, 199 insertions(+), 95 deletions(-)

-- 
OpenAFS Master Repository