OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-149-g0306f3f

Gerrit Code Review gerrit@openafs.org
Thu, 20 Feb 2025 11:56:46 -0500


The following commit has been merged in the master branch:
commit 0306f3fdac736e15620f5802bdce510d25bb2450
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Fri Feb 7 11:10:27 2025 -0700

    Linux-6.14: Handle dops.d_revalidate with parent
    
    The Linux 6.14 commit:
      '5be1fa8abd7b0 Pass parent directory inode and expected name to
        ->d_revalidate()'
    added 2 parameters to the dentry_operations.d_revalidate method.  These
    new parameters are being provided as a convenience so a filesystem's
    d_revalidate function can avoid some boilerplate code for obtaining the
    dentry's ->d_parent and ->d_name.  The caller ensures that these two
    values are stable.
    
    Add a new autoconf test to determine if dentry_operations.d_revalidate
    has the new parameters.
    
    Update afs_linux_dentry_revalidate() to accept the new parameters.
    
    Change-Id: I7676ce9ae6ac48e37c8d9fbb3fefc455f80c41e1
    Reviewed-on: https://gerrit.openafs.org/16253
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: Andrew Deason <adeason@sinenomine.net>

 src/afs/LINUX/osi_vnodeops.c    | 28 ++++++++++++++++++++--------
 src/cf/linux-kernel-assorted.m4 |  1 +
 src/cf/linux-test4.m4           | 18 ++++++++++++++++++
 3 files changed, 39 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository