OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_11-5-g05aab6f

Gerrit Code Review gerrit@openafs.org
Sun, 29 Apr 2012 15:13:26 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit ca477741fddc39c529d4e10d4654a2580caa1b7c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed Apr 25 18:05:01 2012 -0400

    Windows: fs getcacheparms
    
    The get cache params output is supposed to include two values:
    
     . the size of the cache
    
     . the size of the cache in use
    
    Windows no longer has a concept of an unused cache buffer.  All
    buffers are inserted onto the freelist and are available for
    recycling when the AFSCache file is created.  Instead of reporting
    the used cache space as 0K, report it as the full cache in use.
    It is likely to disturb users less.
    
    Reviewed-on: http://gerrit.openafs.org/7284
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit 7d0a0b66cca5dfd7f9c42032393632abadb1aa76)
    
    Change-Id: I4ef3e27201505a18c1e841a7b10db43530fcfcf0
    Reviewed-on: http://gerrit.openafs.org/7296
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_ioctl.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository