OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-130-g157c3e6
Gerrit Code Review
gerrit@openafs.org
Tue, 11 Feb 2025 22:49:50 -0500
The following commit has been merged in the master branch:
commit 157c3e6725bf34c0ca4a398a6611c2ef6e529e23
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Tue May 7 12:35:19 2024 -0400
rx: Remove several unused locks
Commit 544b5096e5f "Remove rx_SetEpoch, rx_SetConnectionEpoch,
rx_SetConnectionId" removed the last users of epoch_mutex, but
overlooked its declaration and initialization.
Since the original IBM code import, rx_clock_mutex has been defined and
initialized but never used.
Commit 043c31bf8d81f5aba968f69c613b639e1d0e3ee7 "rx: Use a red black
tree for the event stack" removed rxevent_lock but overlooked a comment
and the AIX export lists.
Commit 41633936ce0ac35c9b654c8666241d930f140bbd "rx: Make nWaiting and
nWaited atomic" removed rx_waiting_mutex, but overlooked the definition
in rx_globals.h.
Remove remaining references to these locks.
No functional change is incurred by this commit.
Change-Id: I9e6cce6464651e00095d30b0569d158bb4e47731
Reviewed-on: https://gerrit.openafs.org/15879
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/rx/rx.c | 5 -----
src/rx/rx_globals.h | 1 -
src/rx/rx_pthread.c | 1 -
src/sys/afs4.exp | 1 -
src/sys/afs5.exp | 1 -
5 files changed, 9 deletions(-)
--
OpenAFS Master Repository