OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1918-g006815c

Gerrit Code Review gerrit@openafs.org
Mon, 28 Nov 2011 18:32:45 -0800 (PST)


The following commit has been merged in the master branch:
commit a07338f4ccc5062e224405ccda0c9ed41e666f5e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Nov 26 17:26:50 2011 -0500

    Windows: osi_mutex / osi_rwlock changes
    
    Reorganize the osi_mutex and osi_rwlock structure so
    that all counters are 32-bit and pointers are
    aligned.  This requires adding padding fields.
    
    Move lock validation checks within the critical section.
    
    Include additional assertions checking the ownership
    state and protecting against under/overflows.
    
    Increase the size of the rwlock tid array to support
    a larger number of simultaneous readers.
    
    Change-Id: Ia46684c601a1a589a210a36862ae6ad6448a435e
    Reviewed-on: http://gerrit.openafs.org/6130
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/client_osi/osibasel.c |  128 +++++++++++++++++++++++---------------
 src/WINNT/client_osi/osibasel.h |   26 ++++----
 2 files changed, 91 insertions(+), 63 deletions(-)

-- 
OpenAFS Master Repository