]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: remove dead fifoop VOP_KQFILTER implementations
authorKyle Evans <kevans@FreeBSD.org>
Sat, 2 Oct 2021 05:17:57 +0000 (00:17 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Sun, 3 Oct 2021 06:02:51 +0000 (01:02 -0500)
commit6b88668f0bfcca09035549e25d0f3c181cd537c8
treedf53042290c7fd81f013764f6d1aacc26d588877
parent6df1359e5542f69179c142be1ea099d447e273d1
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
Suggested by: markj
Reviewe by: kib, markj
Differential Revision: https://reviews.freebsd.org/D32270
sys/fs/ext2fs/ext2_vnops.c
sys/ufs/ufs/ufs_vnops.c