OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-4-gf2252ea
Gerrit Code Review
gerrit@openafs.org
Fri, 9 Apr 2021 11:43:48 -0400
The following commit has been merged in the master branch:
commit f2252ea822404608c4c8637f92074182bd5ba829
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat Oct 12 14:17:35 2019 -0500
afs: Remove ISAFS_GLOCK in afs_ConnBySA
We must be holding AFS_GLOCK at this point in the code, since we're
calling functions like ObtainSharedLock, which require AFS_GLOCK to be
held. Remove the call to ISAFS_GLOCK and the relevant conditionals, to
get rid of some visual noise.
The call to ISAFS_GLOCK was added in commit cb9e0292 (unix cm
rx-oblivious connection pooling), in which it was also unnecessary.
Change-Id: I9281108453359acf079828c1625556e2380c3a51
Reviewed-on: https://gerrit.openafs.org/14581
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/afs/afs_conn.c | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository