]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-xstat_fs-fix-20060407
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 10 Apr 2006 16:46:46 +0000 (16:46 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 10 Apr 2006 16:46:46 +0000 (16:46 +0000)
commit26d813f1c71cd0ff67d4677c318f215174e516a3
tree70b6b311129487c34eafdcba3cd6441dbd12bb91
parentf7d266f864f9662d7a58a54047ebffa868c2e8a2
STABLE14-xstat_fs-fix-20060407

as pointed out by cg2v@andrew.cmu.edu the addition of performance
collection data for the GetCapabilities RPC broke backward compatibility
with previous builds because it altered the size of the data structure
sent on the wire.

Instead we count the number of GetCapabilties calls but do not gather
performance timing data as this can be done using spare fields.

(cherry picked from commit 78bb852509767ff32547c8dc90c385a4c503e0f9)
src/viced/afsfileprocs.c
src/viced/fs_stats.h
src/xstat/xstat_fs_test.c