Module Name: src Committed By: thorpej Date: Thu Sep 30 01:12:06 UTC 2021
Modified Files:
src/sys/kern: kern_event.c
Log Message:
In knote(), don't call kn->kn_fop->f_event() directly; use filter_event()
to get the correct KERNEL_LOCK handling for the filter attached to that
specific note.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/kern/kern_event.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
