OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3993-gb73fa10

Gerrit Code Review gerrit@openafs.org
Fri, 1 Nov 2013 14:31:11 -0700 (PDT)


The following commit has been merged in the master branch:
commit b73fa104ea9e1651114377c1e4f8e05705edc6c3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Sep 9 09:20:32 2013 -0400

    afs: CacheTruncateDaemon work until Cache Drained
    
    The afs_CacheTruncateDeamon() thread will not sleep until both
    'afs_CacheTooFull' and 'afs_WaitForCacheDrain' are true but the
    thread will stop freeing space in the cache when 'afs_CacheTooFull'
    is true which prevents 'afs_WaitForCacheDrain' from ever becoming
    true if it is not already.
    
    Make the conditional for doing work include 'afs_WaitForCacheDrain'.
    
    Change-Id: I9a60da6db65511c8bf2391a53a6f76043f825078
    Reviewed-on: http://gerrit.openafs.org/10238
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/afs_dcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository