The following commit has been merged in the master branch:
commit bc55f8a99bf085cdaad859e763aeb9ac222fc510
Author: Andrew Deason <[email protected]>
Date:   Tue Oct 25 14:00:52 2022 -0500

    FBSD: Use VN_IS_DOOMED when available
    
    FreeBSD commit abd80ddb9474948fb291becc395d72b40927a32b (vfs:
    introduce v_irflag and make v_type smaller) removed the VI_DOOMED
    flag, moving the flag to a different field and name. Use the new
    VN_IS_DOOMED() macro instead.
    
    Change-Id: I6f064f3313d28abee34481a499cd69890f151f91
    Reviewed-on: https://gerrit.openafs.org/15163
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>

 src/afs/FBSD/osi_vcache.c       |  6 +++---
 src/afs/FBSD/osi_vm.c           |  2 +-
 src/afs/FBSD/osi_vnodeops.c     | 12 ++++++------
 src/afs/VNOPS/afs_vnop_write.c  |  2 +-
 src/config/param.generic_fbsd.h |  7 +++++++
 5 files changed, 18 insertions(+), 11 deletions(-)

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

Reply via email to