afs: eliminate INSTRUMENT_LOCKS 16/14716/2
authorMark Vitale <mvitale@sinenomine.net>
Mon, 26 Jul 2021 03:01:51 +0000 (23:01 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 29 Sep 2021 20:45:16 +0000 (16:45 -0400)
commit4d0c8b265d0cc89d00ef55d9c4c12667adbebfa7
treeb6907083571ef2f31289718cb96e2f0aee211a1b
parent9726ee3226684e927f4b65a6aef656ccdb7cdd75
afs: eliminate INSTRUMENT_LOCKS

Since the original IBM code import, there have been two versions of the
lock macros: one with INSTRUMENT_LOCKS (the default) and one without.
Only the former is ever enabled.  Therefore, remove the unused latter
versions, and all INSTRUMENT_LOCKS conditional logic.

No functional change is incurred by this commit.

Change-Id: I154cd07e81ce7e9a2cc1bb4f0f93615de921e199
Reviewed-on: https://gerrit.openafs.org/14716
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/afs_callback.c
src/afs/afs_lock.c
src/afs/lock.h