OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1223-g13aeb1d
Gerrit Code Review
gerrit@openafs.org
Sat, 4 Jun 2011 11:11:27 -0700 (PDT)
The following commit has been merged in the master branch:
commit 13aeb1dcaee5ad4e95477464860963788c5d1469
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Mon Dec 13 14:53:50 2010 -0500
xstat: print collection values in debug mode
Print the values of the integers returned in the collection data
when the -debug option is given to xstat_fs_test and xstat_cm_test
test programs. This allows us to at least see what the unformatted
values are when there is a mismatch in timeval sizes between the
host and client (aka the 32/64 bit xstat bug). This change could
break scripts which call the xstat test programs with the debug
option. New debug output are prepended with 'debug:' to be
easily ignored.
Change-Id: I12d8d27306c50fb9f35ade2a080b3bc20542b63f
Reviewed-on: http://gerrit.openafs.org/2878
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/xstat/xstat_cm_test.c | 13 +++++++++++++
src/xstat/xstat_fs_test.c | 13 +++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository