Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153366795
D42650.id130276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
473 B
Referenced Files
None
Subscribers
None
D42650.id130276.diff
View Options
diff --git a/sys/kern/kern_khelp.c b/sys/kern/kern_khelp.c
--- a/sys/kern/kern_khelp.c
+++ b/sys/kern/kern_khelp.c
@@ -357,7 +357,7 @@
} else if (error == ENOENT)
/* Do nothing and allow unload if helper not in list. */
error = 0;
- else if (error == EBUSY)
+ else if (error == EBUSY && event_type != MOD_SHUTDOWN)
printf("Khelp module \"%s\" can't unload until its "
"refcount drops from %d to 0.\n", kmd->name,
kmd->helper->h_refcount);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 6:11 PM (3 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31924859
Default Alt Text
D42650.id130276.diff (473 B)
Attached To
Mode
D42650: khelp: suppress useless warning message on shutdown
Attached
Detach File
Event Timeline
Log In to Comment