Remove redundant "kq == kn->kn_kq" checks. The lists kq_knhash and
authorvisa <visa@openbsd.org>
Thu, 9 Aug 2018 15:02:45 +0000 (15:02 +0000)
committervisa <visa@openbsd.org>
Thu, 9 Aug 2018 15:02:45 +0000 (15:02 +0000)
commitd2804c0eeb2b03d7e76f81c492d005c34a383b54
tree55076e1a60b825a46e2f4ea6364c75a1bcf90906
parent1c999b93959af6f756da7b4f8f540fb9d5e63dba
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@
sys/kern/kern_event.c