OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-52-g8006ff8
Gerrit Code Review
gerrit@openafs.org
Tue, 31 Aug 2010 09:24:06 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8006ff8bf4a6f1944243309e5130538e3cbe62d5
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>
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