OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2127-gca0fdd8
Gerrit Code Review
gerrit@openafs.org
Mon, 23 Jan 2012 14:19:47 -0800 (PST)
The following commit has been merged in the master branch:
commit ca0fdd84a4311628b8310be66c62aaec51c86d4d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Nov 7 09:48:14 2011 +0000
viced: Remove the LWP fileserver
*) Remove all LWP specific code from the fileserver, and make pthread
the default
*) Build the pthreaded fileserver in the 'viced' directory, rather than
in tviced
*) Move the DAFS specific files from tviced to viced (arguably, these
should move into dviced, but there are currently no source files in
that directory)
*) Remove tviced from the build
Change-Id: I6e186c9fad6d9dccd04cf1317a80c087587ef25f
Reviewed-on: http://gerrit.openafs.org/5816
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Makefile.in | 16 +-
NTMakefile | 13 +-
configure.ac | 1 -
doc/arch/dafs-overview.txt | 2 +-
src/NTObjdir | 1 -
src/SOURCE-MAP | 6 +-
src/config/NTMakefile | 3 -
src/dviced/Makefile.in | 9 +-
src/dviced/NTMakefile | 9 +-
src/tviced/.gitignore | 6 -
src/tviced/Makefile.in | 231 -----
src/tviced/NTMakefile | 101 ---
src/tviced/fileserver.rc | 17 -
src/tviced/serialize_state.c | 1048 -----------------------
src/tviced/serialize_state.h | 312 -------
src/tviced/state_analyzer.c | 1949 ------------------------------------------
src/viced/Makefile.in | 291 ++++---
src/viced/NTMakefile | 92 ++-
src/viced/afsfileprocs.c | 25 +-
src/viced/callback.c | 10 +-
src/viced/fileserver.rc | 2 +-
src/viced/host.c | 32 +-
src/viced/host.h | 7 -
src/viced/serialize_state.c | 1048 +++++++++++++++++++++++
src/viced/serialize_state.h | 312 +++++++
src/viced/state_analyzer.c | 1949 ++++++++++++++++++++++++++++++++++++++++++
src/viced/viced.c | 126 +---
src/viced/viced.h | 7 -
tests/volser/Makefile.in | 6 +-
29 files changed, 3582 insertions(+), 4049 deletions(-)
--
OpenAFS Master Repository