OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_78-24-g4bc728d
Gerrit Code Review
gerrit@openafs.org
Tue, 7 Dec 2010 20:42:02 -0800 (PST)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2a9744f57faf8a9c6ad08b72015612a7934dbb3a
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun Jun 6 11:03:44 2010 -0400
Convert from using nvldbentry to uvldbentry
The support routines relied upon by vos use the older nvldbentry
data structures which do not include the UUID for the server.
This patchset updates the code to use the uvldbentry structure
so that a future patchset can make use of UUID values when available.
Any functions from vsprocs.c which are referenced by vos.c are
considered public. This includes all of the VL_xxxx, UV_xxxx
and Lp_xxxx functions, the EnumerateEntry, SubEnumerateEntry, and
host mapping functions. For any which references an nvldbentry as a
parameter a new 'U' version is created that accepts a uvldbentry.
These new 'U' functions are then used throughout vos.c and the internal
routines.
Reviewed-on: http://gerrit.openafs.org/2089
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 4f1efdc8b73ed734197925766530d033c6f9794a)
Change-Id: I85c8f56b706f5ad335968f3f9857b284a28024ef
Reviewed-on: http://gerrit.openafs.org/3488
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/volser/lockprocs.c | 87 +++++-
src/volser/lockprocs_prototypes.h | 14 +-
src/volser/volint.xg | 4 +-
src/volser/volser_internal.h | 16 +-
src/volser/volser_prototypes.h | 3 +
src/volser/vos.c | 235 ++++++++--------
src/volser/vsprocs.c | 574 +++++++++++++++++++++++--------------
src/volser/vsutils.c | 441 +++++++++++++++++++++++-----
src/volser/vsutils_prototypes.h | 16 +
9 files changed, 954 insertions(+), 436 deletions(-)
--
OpenAFS Master Repository