OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1425-g0783b8f

Gerrit Code Review gerrit@openafs.org
Fri, 22 Jul 2011 08:55:48 -0700 (PDT)


The following commit has been merged in the master branch:
commit 0783b8f3821f59004146b4c34a53189ada178d70
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Jul 20 14:18:25 2011 -0400

    Windows: cm_daemonCheckOfflineVol fix
    
    When computing whether or not to perform an offline volume
    check it is critical that the 'lastBusyVolCheck' variable
    be assigned the current time instead of 'lastVolCheck'.
    By setting the wrong variable a new offline volume check is
    performed every 10 seconds which is undesireable.
    
    Change-Id: I509cde64a8b51ce1846f37047a574409ff248978
    Reviewed-on: http://gerrit.openafs.org/5054
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository