OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_21-72-gfd3e350

Gerrit Code Review gerrit@openafs.org
Sat, 2 Feb 2013 21:40:29 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8fcc9d80b688282329764dc32a40c3fb5e58821a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Jan 25 00:18:37 2013 -0500

    Windows: .readonly space reporting
    
    .readonly volumes can be stored on multiple partitions which each
    have a different size and free space available.  To ensure consistency
    regardless of which partition the .readonly is accessed from and
    because .readonly volume sizes cannot change, report the allocation
    size of the volume as the partition size.  Continue to report that
    volume has zero free sectors because the volume cannot be written to.
    
    Reviewed-on: http://gerrit.openafs.org/8976
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit ed6354881d6f55ced842e3e78a02133fba8823ae)
    
    Change-Id: I09bdfa8799d9871f263acdf16d00a7479c287c5d
    Reviewed-on: http://gerrit.openafs.org/9051
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/user/RDRFunction.c |   42 +++++++++++-----------------------
 1 files changed, 14 insertions(+), 28 deletions(-)

-- 
OpenAFS Master Repository