Searched hist:"7259 ca31048e5ced8e7f90657a3d7084aeafdf51" (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | vnode.c | diff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> 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
|
H A D | common.h | diff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> 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
|
/freebsd/sys/fs/fifofs/ |
H A D | fifo_vnops.c | diff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> 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
|
/freebsd/sys/kern/ |
H A D | sys_pipe.c | diff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> 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
|
H A D | vfs_subr.c | diff 7259ca31048e5ced8e7f90657a3d7084aeafdf51 Sat Oct 02 07:23:03 CEST 2021 Kyle Evans <kevans@FreeBSD.org> 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
|