Module Name: src
Committed By: riastradh
Date: Wed Aug 31 12:34:04 UTC 2022
Modified Files:
src/external/cddl/osnet/dev/sdt: sdt.c
Log Message:
dtrace_sdt: Fix bug in builtin module reference counting.
Don't module_hold(NULL)! This mistake was introduced in my attempt
to get dtrace working for sdt probes defined in non-builtin modules
like zfs.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/cddl/osnet/dev/sdt/sdt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.