OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_14-10-g0d3c54b

Gerrit Code Review gerrit@openafs.org
Thu, 20 Nov 2025 16:03:26 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 0d3c54b6a02dc4b4d9a2e627f3a55be7fc653fc2
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Sep 18 14:11:10 2025 -0500

    lwp: Install compat header /usr/include/lock.h
    
    Commit 60da5c6988 (lwp: Rename lock.h to afs/afs_lock.h) renamed lwp's
    lock.h to afs/afs_lock.h, but old software (for example, dumpscan) may
    still try to include lock.h. For now, provide a lock.h header that just
    includes afs/afs_lock.h, to allow such software to potentially still
    build, but is otherwise unnecessary.
    
    This commit deliberately names the file in src/lwp something besides
    lock.h (old_lock_compat.h), to make sure nothing in the OpenAFS tree
    accidentally includes the header.
    
    Reviewed-on: https://gerrit.openafs.org/16550
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    (cherry picked from commit 8a88905d315d81d7ceeebe0640d5bfbfe3e3f759)
    
    Change-Id: I204e5d16edd24cf1e5af6c99b066cd8b464c6c90
    Reviewed-on: https://gerrit.openafs.org/16611
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/lwp/Makefile.in                  | 2 ++
 src/lwp/old_lock_compat.h            | 7 +++++++
 src/packaging/RedHat/openafs.spec.in | 2 ++
 3 files changed, 11 insertions(+)

-- 
OpenAFS Master Repository