Page MenuHomeFreeBSD

devd: autofs: Move autofs related events to a separate file
ClosedPublic

Authored by manu on Nov 7 2023, 3:42 PM.
Tags
None
Referenced Files
F132196755: D42495.id129821.diff
Tue, Oct 14, 4:49 PM
F132196752: D42495.id130501.diff
Tue, Oct 14, 4:49 PM
F132196750: D42495.id.diff
Tue, Oct 14, 4:49 PM
F132145288: D42495.diff
Tue, Oct 14, 4:16 AM
Unknown Object (File)
Thu, Sep 25, 4:54 AM
Unknown Object (File)
Sep 1 2025, 7:28 AM
Unknown Object (File)
Aug 24 2025, 1:05 AM
Unknown Object (File)
Aug 19 2025, 9:13 AM
Subscribers

Details

Summary

If a user don't have FreeBSD-autofs installed there is no need to try calling
automount on every GEOM event.
It's also easier to add/delete autofs related event in a separate file.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Nov 7 2023, 3:42 PM
This revision is now accepted and ready to land.Nov 7 2023, 3:56 PM

Doesn't this also enable it by default? If so, it might be a good idea to fix the instapanic it's causing first, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274992.

Doesn't this also enable it by default? If so, it might be a good idea to fix the instapanic it's causing first, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274992.

It's already enabled, also can't reproduce your panic (I'm running GENERIC-NODEBUG at 2fee3974603bce6f2dc153eb6af459cb4f864ab4)