Page MenuHomeFreeBSD

tcp: unloading a module that is set to default should error.
ClosedPublic

Authored by rrs on Dec 2 2021, 7:00 AM.
Tags
None
Referenced Files
F163070269: D33229.id99349.diff
Sun, Jul 19, 7:46 PM
F163055152: D33229.id.diff
Sun, Jul 19, 4:22 PM
F163048269: D33229.id99349.diff
Sun, Jul 19, 2:46 PM
Unknown Object (File)
Tue, Jul 14, 10:22 PM
Unknown Object (File)
Mon, Jul 13, 7:42 PM
Unknown Object (File)
Sat, Jul 4, 2:14 AM
Unknown Object (File)
Fri, Jul 3, 8:11 AM
Unknown Object (File)
Fri, Jul 3, 4:58 AM

Details

Summary

I just discovered that the return of the EBUSY error was incorrectly
rigged so that you could unload a CC module that was set to default.
Its supposed to be an EBUSY error. Make it so.

Test Plan

make sure that after loading a module and setting it
to default that we get a EBUSY return on unload. And if
you remove the default then the module unload works.

Diff Detail

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