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
F137377322: D44171.id135271.diff
Sat, Nov 22, 10:07 PM
F137377274: D44171.id.diff
Sat, Nov 22, 10:06 PM
F137376721: D44171.diff
Sat, Nov 22, 10:00 PM
Unknown Object (File)
Fri, Nov 21, 8:25 AM
Unknown Object (File)
Sat, Nov 15, 11:20 PM
Unknown Object (File)
Tue, Nov 4, 4:51 PM
Unknown Object (File)
Thu, Oct 30, 8:34 AM
Unknown Object (File)
Tue, Oct 28, 4:49 PM

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