OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-243-gf0f3fe5

Gerrit Code Review gerrit@openafs.org
Thu, 3 Jul 2025 11:30:38 -0400


The following commit has been merged in the master branch:
commit f0f3fe56769b219f4741457948394b7f1b0b5b7a
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jun 27 13:33:18 2025 -0500

    LINUX: Remove test for DCACHE_NFSFS_RENAMED
    
    The symbol DCACHE_NFSFS_RENAMED has existed in Linux for a long time,
    well before the 2.6 version series. This is before our minimum supported
    Linux kernel version of 2.6.18, so we don't need to check for it
    anymore. Remove the configure test, and remove all references to
    HAVE_DCACHE_NFSFS_RENAMED (assuming it's always true).
    
    Keep the afs_linux_clear_nfsfs_renamed() et al abstractions, since they
    may help keep the code more readable, but fix their formatting while
    we're here.
    
    Change-Id: I7ffefb30c1b5187088d5bb99f037817144e4bb15
    Reviewed-on: https://gerrit.openafs.org/16409
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/LINUX/osi_compat.h    | 15 ++++++---------
 src/cf/linux-kernel-symbol.m4 |  4 ----
 2 files changed, 6 insertions(+), 13 deletions(-)

-- 
OpenAFS Master Repository