Destroy the helper device when unloading.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ed2c978b97
commit
9760737bfb
@ -43,6 +43,7 @@ dtrace_unload()
|
||||
}
|
||||
#else
|
||||
destroy_dev(dtrace_dev);
|
||||
destroy_dev(helper_dev);
|
||||
#endif
|
||||
|
||||
mutex_enter(&dtrace_provider_lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user