CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/09 09:02:45
Modified files:
sys/kern : kern_event.c
Log message:
Remove redundant "kq == kn->kn_kq" checks. The lists kq_knhash and
kq_knlist are dedicated to a single kqueue instance, which makes
the filtering by kn_kq unnecessary.
OK kettenis@, mpi@
