Page MenuHomeFreeBSD

khelp: suppress useless warning message on shutdown
ClosedPublic

Authored by karels on Nov 17 2023, 3:37 PM.
Tags
None
Referenced Files
F133483224: D42650.id130276.diff
Sun, Oct 26, 3:15 AM
Unknown Object (File)
Fri, Oct 24, 1:03 PM
Unknown Object (File)
Fri, Oct 24, 9:46 AM
Unknown Object (File)
Fri, Oct 24, 7:52 AM
Unknown Object (File)
Fri, Oct 24, 5:17 AM
Unknown Object (File)
Fri, Oct 24, 2:46 AM
Unknown Object (File)
Sun, Oct 19, 8:22 AM
Unknown Object (File)
Tue, Oct 14, 9:05 AM
Subscribers

Details

Summary

If a module (e.g. the ertt hhook for TCP) can't clean up at
shutdown, there is nothing to be done about it. In the ertt case,
cleanup is just shutting down a UMA zone, which doesn't need to be
done. Suppress EBUSY warnings on shutdown.

PR: 271677

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 54495
Build 51384: arc lint + arc unit