OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre2-8-g4220ead
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Nov 2017 23:48:34 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 4220eadae01d09b2c54e16c689b1a58e558db19c
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Tue Oct 31 19:49:09 2017 -0500
Add event-related mutex assertions
In utility functions that access fields of type struct rxevent *,
assert that the appropriate lock is held for the access in question.
These assertions are only compiled in when built with -DOPR_DEBUG_LOCKS,
which can be enbled by --debug-locks at configure time.
Reviewed-on: https://gerrit.openafs.org/12757
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit a7a3108e602c83176c5578c9f28b6312f71aba78)
Change-Id: I147a2e475feffb1b75a08ac5b08614bd6d8f46a5
Reviewed-on: https://gerrit.openafs.org/12776
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/rx/rx.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository