OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2725-g56b5b9a
Gerrit Code Review
gerrit@openafs.org
Wed, 18 Jul 2012 21:14:21 -0700 (PDT)
The following commit has been merged in the master branch:
commit 56b5b9a1c51c2197923aa373c180a834edabe4f6
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Sun Jul 15 22:07:05 2012 -0400
ubik: refactor error exits in internal CallIter()
Originally, the first store to "code" was dead here. Refactor the
error exits to follow the non-error exit path, which has the effect
of making the store to "code" live again (and also makes it less
likely that any new cleanup code will be unintentionally omitted).
In the ubik_ClientInit recovery case, handle the possibility that
aproc() returned zero and return UINTERNAL rather than letting the
caller think that this operation succeeded.
Change-Id: Idc198aa7a6e21975faaca9f159e822c9e3f66d98
Reviewed-on: http://gerrit.openafs.org/7776
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/ubik/ubikclient.c | 25 +++++++++----------------
1 files changed, 9 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository