OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4090-g81b7857

Gerrit Code Review gerrit@openafs.org
Sun, 12 Jan 2014 11:39:03 -0800 (PST)


The following commit has been merged in the master branch:
commit 81b785774128e9501c1d758340b6f008403b5181
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Nov 14 12:06:56 2013 -0600

    afs: Fix some dcache-related comments
    
     - The comments preceding the afs_CacheIsTooFull macro, describing the
       cache-related high and low water marks, are a little out of date.
       We start freeing on 90% space, not 95%, and we also can take into
       account how many free/used chunks we have.
    
     - afs_WakeCacheWaitersIfDrained looks at the number of non-used (free
       or discarded) blocks, not just free blocks.
    
    Change-Id: I5bf923b3c24993294e752f4312737815d0102779
    Reviewed-on: http://gerrit.openafs.org/10459
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/afs.h        |   11 ++++++++---
 src/afs/afs_dcache.c |    3 ++-
 2 files changed, 10 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository