OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1233-ga9bd64f
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 07:03:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit a9bd64f9941b07db240b9a6c0a04df06c082fa43
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu May 19 19:15:44 2011 +0100
vlserver: Rationalise multi homed host processing
The same code for getting extent structures for multi homed hosts
was scattered throughout vlprocs.c, sometimes with error handling,
and sometimes without. Rationalise all of this into a pair of
static inline functions, which do all of the hard work.
Change-Id: Ib0f55e5b5f455b07753409ebff2a5cd0ca188cda
Reviewed-on: http://gerrit.openafs.org/4774
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vlserver/vlprocs.c | 341 +++++++++++++++++++++++++++---------------------
1 files changed, 194 insertions(+), 147 deletions(-)
--
OpenAFS Master Repository