Page MenuHomeFreeBSD

pseudofs: Allow vis callback to be called for a named node
ClosedPublic

Authored by dchagin on Apr 1 2023, 3:18 PM.
Referenced Files
F137853870: D39382.diff
Wed, Nov 26, 11:27 AM
Unknown Object (File)
Thu, Nov 6, 2:44 AM
Unknown Object (File)
Fri, Oct 31, 7:57 PM
Unknown Object (File)
Oct 26 2025, 7:23 AM
Unknown Object (File)
Oct 23 2025, 5:28 PM
Unknown Object (File)
Oct 19 2025, 1:34 AM
Unknown Object (File)
Oct 6 2025, 4:18 AM
Unknown Object (File)
Oct 2 2025, 2:06 PM
Subscribers

Details

Summary

This will be used later in the linsysfs module to filter out VNETs.

Diff Detail

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

Event Timeline

sys/fs/pseudofs/pseudofs_internal.h
158–159

This avoids having to check pn->pn_vis in both pfs_visible() (here) and pfs_visible_proc() (in D39383).

This revision is now accepted and ready to land.Apr 1 2023, 9:57 PM