OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3342-ged63548

Gerrit Code Review gerrit@openafs.org
Sat, 2 Feb 2013 09:23:47 -0800 (PST)


The following commit has been merged in the master branch:
commit ed6354881d6f55ced842e3e78a02133fba8823ae
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.
    
    Change-Id: Ib57b1175da048344af615b9350d72d9eb3ffe97d
    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>

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

-- 
OpenAFS Master Repository