HomeFreeBSD

fifos: delegate unhandled kqueue filters to underlying filesystem

Description

fifos: delegate unhandled kqueue filters to underlying filesystem

This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance. Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR: 225934
Reviewed by: kib, markj (both pre-KASSERT)
Differential Revision: https://reviews.freebsd.org/D32271

Details

Provenance
kevansAuthored on Oct 2 2021, 5:23 AM
Reviewer
kib
Differential Revision
D32271: fifos: delegate unhandled kqueue filters to underlying filesystem
Parents
rGfc22fe5c7405: stress2: Use two memory disks for this test
Branches
Unknown
Tags
Unknown