OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-207-gda41789
Gerrit Code Review
gerrit@openafs.org
Tue, 29 Nov 2011 18:38:28 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8d3a40be0dba3fb5835ff476d4cf16fd3f81ad99
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.
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>
(cherry picked from commit a07338f4ccc5062e224405ccda0c9ed41e666f5e)
Change-Id: I5bfd2ceaefef5b18fb41a7a84c4ccff07d28ac1f
Reviewed-on: http://gerrit.openafs.org/6143
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-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