OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-319-g5b0775c
Gerrit Code Review
gerrit@openafs.org
Thu, 18 Sep 2025 16:40:18 -0400
The following commit has been merged in the master branch:
commit 5b0775c48db9d89a2e570c0a3417b240c265df6f
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Sep 18 14:00:13 2025 -0500
config: Include afs/lock.h, not lock.h
Many source files #include either src/afs/lock.h for kernel code (aka
<afs/lock.h>), or src/lwp/lock.h for userspace code (aka <lock.h>).
This one file, src/config/icl.h, includes "lock.h" but refers to the
kernel afs/lock.h. This works because of how we set our include paths
while building kernel modules, but is confusing and unnecessary. Change
this to include "afs/lock.h" instead, to be more consistent about how we
include this header.
Change-Id: Id25480174c7fa8465357cc40f9a63e24c9271f95
Reviewed-on: https://gerrit.openafs.org/16549
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/config/icl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
OpenAFS Master Repository