Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172248281
D42650.id130253.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.id130253.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
Fri, Sep 18, 5:51 AM (1 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39122668
Default Alt Text
D42650.id130253.diff (473 B)
Attached To
Mode
D42650: khelp: suppress useless warning message on shutdown
Attached
Detach File
Event Timeline
Log In to Comment