Page MenuHomeFreeBSD

kern/vfs: Add the per-filesystem vnode counter to struct mount.
Needs ReviewPublic

Authored by seigo.tanimura_gmail.com on Mar 1 2024, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 2:09 AM
Unknown Object (File)
Thu, Jan 23, 5:44 AM
Unknown Object (File)
Thu, Jan 9, 7:28 PM
Unknown Object (File)
Nov 14 2024, 3:04 PM
Unknown Object (File)
Nov 5 2024, 12:04 AM
Unknown Object (File)
Nov 2 2024, 7:41 AM
Unknown Object (File)
Oct 25 2024, 11:25 PM
Unknown Object (File)
Sep 30 2024, 12:43 AM

Details

Reviewers
olce
Summary

This is the preparation for the precise vnode recycle on ZFS and nullfs.
In the upcoming commits, those filesystems make mnt_fsvninusep point to the
vnode counter internal in each filesystem.

This change does not affect any filesystems that do not set mnt_fsvninusep.

This change is separated from the ZFS and nullfs fixes because it modifies
struct mount.

PR: 275594
Security: FreeBSD-EN-23:18.openzfs
Signed-off-by: Seigo Tanimura <seigo.tanimura@gmail.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56369
Build 53257: arc lint + arc unit