[Bug 225934] FIFOs lack kevent EVFILT_VNODE support

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 09 Oct 2021 00:57:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225934

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=48e109cf31e1e710328f5750fc683daf058ccc19

commit 48e109cf31e1e710328f5750fc683daf058ccc19
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2021-10-02 05:17:57 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-10-09 00:56:46 +0000

    vfs: remove dead fifoop VOP_KQFILTER implementations

    These began to become obsolete in d6d64f0f2c26 (r137739) and the deal
    was later sealed in 003e18aef4c4 (r137801) when vfs.fifofs.fops was
    dropped and vop-bypass for pipes became mandatory.

    PR:             225934

    (cherry picked from commit 6b88668f0bfcca09035549e25d0f3c181cd537c8)

 sys/fs/ext2fs/ext2_vnops.c | 18 ------------------
 sys/ufs/ufs/ufs_vnops.c    | 19 -------------------
 2 files changed, 37 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.