OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-758-gcee2c67
Gerrit Code Review
gerrit@openafs.org
Thu, 17 Feb 2011 14:09:18 -0800 (PST)
The following commit has been merged in the master branch:
commit 249d65e72592b707fcc794be5f8af10a67c55e26
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sat Jan 22 16:04:47 2011 -0500
ubik: Abstract common code in ContactQuorum* functions
These functions are mostly identical except for the arguments and the
called operation. Move as much common code as possible to an iterator
function and a return code check function. The DISK_WriteV case is
treated a bit differently since it can fall back to using DISK_Write.
This reduces code duplication and shoud simplify maintenance and
future changes. There should be no functional changes.
Change-Id: If2f88c670da47eaad4baa81975ecc307013f5ce8
Reviewed-on: http://gerrit.openafs.org/3970
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/ubik/ubik.c | 405 ++++++++++++++++++++----------------------------------
1 files changed, 150 insertions(+), 255 deletions(-)
--
OpenAFS Master Repository