OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. BP--openafs-stable-1_6_x-21-gccc9d2a

Gerrit Code Review gerrit@openafs.org
Tue, 7 Sep 2010 11:46:03 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit ccc9d2a37a652a823d01cefae51183dbd77e5568
Author: Hartmut Reuter <reuter@rzg.mpg.de>
Date:   Tue Aug 31 13:30:41 2010 +0200

    Let SRXAFS_GetStatistics64 return correct values for the workstations
    
    h_GetWorkstats was called also for 64bit which let random contents
    in the other half of the 64bit field. Worse: little and big endian
    machines filled different parts of the field so that a later masking
    in fsprobe would net help for all kinds of servers.
    
    Now a small wrapper h_GetWorkstats64 is called which calls h_GetWorkstats
    correctly.
    
    Change-Id: Iaeafd77dfa03d88caa98e4e352f95bfb33d736df
    Reviewed-on: http://gerrit.openafs.org/2629
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 8006ff8bf4a6f1944243309e5130538e3cbe62d5)
    Reviewed-on: http://gerrit.openafs.org/2687

 src/viced/afsfileprocs.c |    8 ++++----
 src/viced/host.c         |   13 +++++++++++++
 src/viced/host.h         |    1 +
 3 files changed, 18 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository