svn commit: r211611 - head/sys/cddl/dev/dtrace
Rui Paulo
rpaulo at FreeBSD.org
Sun Aug 22 11:05:38 UTC 2010
Author: rpaulo
Date: Sun Aug 22 11:05:37 2010
New Revision: 211611
URL: http://svn.freebsd.org/changeset/base/211611
Log:
Destroy the helper device when unloading.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/cddl/dev/dtrace/dtrace_unload.c
Modified: head/sys/cddl/dev/dtrace/dtrace_unload.c
==============================================================================
--- head/sys/cddl/dev/dtrace/dtrace_unload.c Sun Aug 22 11:04:43 2010 (r211610)
+++ head/sys/cddl/dev/dtrace/dtrace_unload.c Sun Aug 22 11:05:37 2010 (r211611)
@@ -43,6 +43,7 @@ dtrace_unload()
}
#else
destroy_dev(dtrace_dev);
+ destroy_dev(helper_dev);
#endif
mutex_enter(&dtrace_provider_lock);
More information about the svn-src-head
mailing list