CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/11 07:17:35
Modified files:
sys/kern : sys_pipe.c
Log message:
Simplify filt_pipedetach()
By storing pipe pointer in kn_hook, filt_pipedetach() does not need
extra logic to find the correct pipe instance. This also lets the kernel
clear the knote lists fully.
OK anton@, mpi@
