OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-814-gbb25fc6
Gerrit Code Review
gerrit@openafs.org
Fri, 4 Mar 2011 07:36:13 -0800 (PST)
The following commit has been merged in the master branch:
commit bb25fc6418bac937b31476754a09199636c24211
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Mar 2 14:10:33 2011 -0600
vol-salvage: calloc volume summary structs
Calloc volume summary structs instead of malloc'ing them, in
vol-salvage.c. This way, new fields added to struct VolumeSummary will
be known to be zeroed by default, without needing to update all of the
allocating callers.
Change-Id: I8c647cd9dec7aaf14183452126049323859ac7a3
Reviewed-on: http://gerrit.openafs.org/4117
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/vol/vol-salvage.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository