OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1225-gcc72cb1

Gerrit Code Review gerrit@openafs.org
Sun, 5 Jun 2011 06:00:59 -0700 (PDT)


The following commit has been merged in the master branch:
commit cc72cb1e811f8cffca93c8b15009534cada776ba
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Jun 4 16:41:41 2011 +0100

    ubik: Initialise global version lock before use
    
    Commit e4ac552ab79be21d90397079eaf6be7050497752 introduced a global
    version lock to ubik, but doesn't initialise this lock before make use
    of it. On platforms which require that pthread mutexes are initialsed,
    this causes an assertion failure.
    
    Initialise this lock at the same time as we MUTEX_INIT all of our other
    locks.
    
    Change-Id: Ib5ef75d443101a823738fba55c0760cb1848dbcf
    Reviewed-on: http://gerrit.openafs.org/4780
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

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

-- 
OpenAFS Master Repository