OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2432-ga6d64d7
Gerrit Code Review
gerrit@openafs.org
Sun, 22 Apr 2012 06:17:30 -0700 (PDT)
The following commit has been merged in the master branch:
commit a6d64d700794601bb003a6e5693b34faa2214c18
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Apr 21 07:43:59 2012 +0100
ptserver: Refactor per-call ubik initialisation
The way in which the ubik database is initialised is identical for
all read transactions, and for all write transactions. Rather than
duplicating this code in each call handler, pull it out into two
helper functions - ReadPreamble and WritePreamble.
Change-Id: I40f2d8d609bc4e6e8e3e0fc8851da86978c77818
Reviewed-on: http://gerrit.openafs.org/7256
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/ptserver/ptprocs.c | 322 +++++++++++++-----------------------------------
1 files changed, 88 insertions(+), 234 deletions(-)
--
OpenAFS Master Repository