OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2332-g20265dd
Gerrit Code Review
gerrit@openafs.org
Sun, 8 Apr 2012 18:20:29 -0700 (PDT)
The following commit has been merged in the master branch:
commit 20265ddd78dbe4a7777b17912f2c3f00dbf2a1db
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Mar 31 11:59:16 2012 -0400
vos: Initialise total counters
When VolumeStats_int calls DisplayFormat, it isn't interested in
the total counters it provides. So, it doesn't both initialising the
variables it passes in to hold these counters - garbage in, garbage out.
However, this shows up as an uninitialises variable warning, so set them
all to 0 to keep clang happy.
Caught by clang-analyzer
Change-Id: Ia3e1eadde6eac6fa924a4ff9ad566c5c50f9ff40
Reviewed-on: http://gerrit.openafs.org/7095
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/volser/vos.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository