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
Unknown Object (File)
Sat, May 4, 4:04 AM
Unknown Object (File)
Sat, May 4, 4:04 AM
Unknown Object (File)
Sat, May 4, 4:04 AM
Unknown Object (File)
Sat, May 4, 4:04 AM
Unknown Object (File)
Mon, Apr 29, 8:24 AM
Unknown Object (File)
Sat, Apr 27, 5:27 AM
Unknown Object (File)
Feb 22 2024, 1:34 AM
Unknown Object (File)
Feb 22 2024, 1:34 AM
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