Replace stray direct call of f_event with filter_event().
authorvisa <visa@openbsd.org>
Sat, 27 Feb 2021 13:43:16 +0000 (13:43 +0000)
committervisa <visa@openbsd.org>
Sat, 27 Feb 2021 13:43:16 +0000 (13:43 +0000)
commit673024cd94a3b686c9eccc5ec3a0d57757966603
tree129859be2638af1553f29bd0c733c68b623b3f99
parentfe0929e2b6926a8a2cb7f8acf39a017d563f3587
Replace stray direct call of f_event with filter_event().

This does not change the current behaviour, but filterops should be
invoked through filter_*() for consistency.
sys/kern/kern_event.c