The following commit has been merged in the master branch: commit 2cb9f61a54ca997b6f1f14a913942562a889729a Author: Mark Vitale <mvit...@sinenomine.net> Date: Wed Jul 9 20:31:22 2025 -0400
OBSD: Obtain AFS_GLOCK before calling CheckLock() It is possible to enter afs_obsd_reclaim() without holding AFS_GLOCK. However, when this happens we call CheckLock() before we hold the required AFS_GLOCK. Ensure that we hold AFS_GLOCK before calling CheckLock(). Change-Id: I987a820753ac5a5cb5ca00348c08186264148219 Reviewed-on: https://gerrit.openafs.org/16441 Tested-by: BuildBot <build...@rampaginggeek.com> Reviewed-by: Andrew Deason <adea...@sinenomine.net> Reviewed-by: Cheyenne Wills <cwi...@sinenomine.net> Reviewed-by: Michael Meffie <mmef...@sinenomine.net> src/afs/OBSD/osi_vnodeops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- OpenAFS Master Repository _______________________________________________ OpenAFS-cvs mailing list OpenAFS-cvs@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-cvs