OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-156-g3155f47
Gerrit Code Review
gerrit@openafs.org
Tue, 25 Feb 2025 11:45:29 -0500
The following commit has been merged in the master branch:
commit 7d26da56fa676d6332cc3c93b719b5a26f8fa831
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Mar 27 17:16:32 2023 -0500
viced: Update host package lock ordering rules
Update the comments in host.h to document our rules involving what order
to acquire various locks, and using calls on host->z.callback_rxcon.
This commit does not add much information about what specific fields
these locks protect; that can be added by later commits.
No functional change is incurred by this commit.
Based on work by mvitale@sinenomine.net.
Change-Id: Id412eb3ed2416489ea6544634646fe3d72355f49
Reviewed-on: https://gerrit.openafs.org/15362
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/viced/host.c | 6 ++++++
src/viced/host.h | 62 +++++++++++++++++++++++++++++++++++++++++++++++---------
2 files changed, 58 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository