Page MenuHomeFreeBSD

vfs: denote vnode being a mount point with VIRF_MOUNTPOINT
ClosedPublic

Authored by mjg on Dec 28 2020, 3:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 5:21 AM
Unknown Object (File)
Sat, Apr 19, 4:28 PM
Unknown Object (File)
Fri, Apr 11, 10:15 PM
Unknown Object (File)
Sun, Apr 6, 4:10 AM
Unknown Object (File)
Sat, Apr 5, 1:27 PM
Unknown Object (File)
Tue, Apr 1, 8:26 AM
Unknown Object (File)
Mar 30 2025, 11:19 AM
Unknown Object (File)
Mar 22 2025, 11:28 AM
Subscribers

Details

Summary

This simplifies lockless lookup a little bit and is part of moving storing more information in v_irflag. General idea is to avoid mount-point references if feasible.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mjg requested review of this revision.Dec 28 2020, 3:36 AM
mjg added inline comments.
sys/contrib/openzfs/module/os/freebsd/spl/spl_vfs.c
243

this will get versioned for openzfs separately

kib added inline comments.
sys/kern/vfs_cache.c
4761

!= 0

This revision is now accepted and ready to land.Dec 28 2020, 4:10 PM
This revision now requires review to proceed.Jan 1 2021, 3:31 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 3 2021, 6:54 AM
This revision was automatically updated to reflect the committed changes.