Describe the new protocol and hint at the functions to use to cross mounts.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 52475 Build 49366: arc lint + arc unit
Differential D40907 Authored by olce on Jul 7 2023, 10:17 AM.
Details
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptJul 7 2023, 10:17 AM2023-07-07 10:17:27 (UTC+0) Harbormaster completed remote builds in B52475: Diff 124277.Jul 7 2023, 10:17 AM2023-07-07 10:17:33 (UTC+0) Harbormaster completed remote builds in B52531: Diff 124411.Jul 9 2023, 6:23 PM2023-07-09 18:23:58 (UTC+0)
Revision Contents
Diff 124277 sys/kern/vfs_subr.c
|
One trick you can use here is BUS_PROBE_NOWILDCARD. This will the only attach to devices that are explicitly added with your driver name. I think that means you can remove your other two checks and just have: