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
|
#else
|
||||||
destroy_dev(dtrace_dev);
|
destroy_dev(dtrace_dev);
|
||||||
|
destroy_dev(helper_dev);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mutex_enter(&dtrace_provider_lock);
|
mutex_enter(&dtrace_provider_lock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user