CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/28 10:50:10
Modified files:
sys/dev : kcov.c
Log message:
The initial kd_lookup() in kcovopen() is redundant as kcov is a cloning
device. Turn it into an assertion instead to better state the expected
semantics of D_CLONE.
Prompted after a discussion with visa@
