OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-150-g5136319

Gerrit Code Review gerrit@openafs.org
Wed, 3 Nov 2010 03:59:21 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 01c6e73f988b3b9c811766657698726488914362
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Oct 28 01:19:17 2010 -0400

    Windows: Finish converting vol apps to pthread only
    
    The src/vol directory on Windows is one of the rare examples
    where a single directory builds both lwp and pthreaded versions
    of libraries and executables.  With this patchset the executables
    are fully converted from lwp to pthread.  This requires that
    afsrpc.dll include the pthread implementations of the threadname,
    fasttime, and lock implementations from the LWP directory.
    The inclusion within afsrpc.dll permits the dviced and
    dvolser directories to avoid rebuilding those object modules.
    
    Reviewed-on: http://gerrit.openafs.org/3181
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 5fce5754cee4f466f99681fcd7f42e5735e9776d)
    Change-Id: I3b2215f017aae91a91e1a1955f34bf149679223b
    Reviewed-on: http://gerrit.openafs.org/3236
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 NTMakefile               |   18 +++++++++---------
 src/dviced/NTMakefile    |    8 +-------
 src/dvolser/NTMakefile   |    7 -------
 src/libafsrpc/NTMakefile |   10 ++++++++--
 src/libafsrpc/afsrpc.def |   15 +++++++++++++++
 src/vol/NTMakefile       |   25 +++++++++++++++++++++----
 6 files changed, 54 insertions(+), 29 deletions(-)

-- 
OpenAFS Master Repository