OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-715-gae11ef7

Gerrit Code Review gerrit@openafs.org
Tue, 8 Feb 2011 06:36:47 -0800 (PST)


The following commit has been merged in the master branch:
commit ae11ef7898ecffe8eb2a38151602572c24e32a76
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Feb 7 16:44:09 2011 -0500

    Windows: correct pthread_xxx_init semantics
    
    pthread lock and conditional initialization semantics
    do not require that the lock structure be zeroed before
    pthread_xxxx_init() functions are called.  Since the Windows
    CriticalSection initialization does require that the memory
    be zeroed, the pthread_xxxx_init() functions must zero the
    memory just in case before performing the CriticalSection
    initialization.
    
    Change-Id: I61e78ca7cbc10f7d4144b8efcbb38f67bb8fd695
    Reviewed-on: http://gerrit.openafs.org/3904
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/pthread/pthread.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository