The following commit has been merged in the master branch:
commit 2f96f95229b997a1b523f84fcb20b0d2082f0849
Author: Cheyenne Wills <[email protected]>
Date:   Thu Nov 7 16:59:41 2024 -0700

    Linux: Refactor afs_linux_write_begin() variants
    
    The function afs_linux_write_begin() has 2 preprocessor selected
    implementations, one to handle the case where write_begin has a flag
    parameter and the other where it doesn't.
    
    Refactor the code to combine the 2 implementations using preprocessor
    conditionals for the function declaration and within the body of the
    function as needed.
    
    There are no functional changes.
    
    This refactoring is in preparation for additional changes that will be
    made to the afs_linux_write_begin() function.
    
    Change-Id: I5389ea562d834d847bc7413e6f58dc3be2e5aa31
    Reviewed-on: https://gerrit.openafs.org/15897
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Marcio Brito Barbosa <[email protected]>

 src/afs/LINUX/osi_vnodeops.c | 33 ++++++++-------------------------
 1 file changed, 8 insertions(+), 25 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to