diff options
author | ru <ru@FreeBSD.org> | 2007-09-07 13:10:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-09-07 13:10:09 +0000 |
commit | 714e878a3c572bab69e6dc2e48b1ea68445112bb (patch) | |
tree | 43ec5530212be0b9958b68f0828290961b07f6c4 /lib/libc/sys | |
parent | e14f216203a782ebef55f9b3423abe5ea4c83eb2 (diff) | |
download | FreeBSD-src-714e878a3c572bab69e6dc2e48b1ea68445112bb.zip FreeBSD-src-714e878a3c572bab69e6dc2e48b1ea68445112bb.tar.gz |
We've been able to support EVFILT_VNODE filtering on non-UFS
file systems since 2005.
Submitted by: Igor Sysoev
Approved by: re (bmah)
MFC after: 3 days
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 3466422..119ff79 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 25, 2006 +.Dd September 6, 2007 .Dt KQUEUE 2 .Os .Sh NAME @@ -542,11 +542,6 @@ The system and this manual page were written by .An Jonathan Lemon Aq jlemon@FreeBSD.org . .Sh BUGS -It is currently not possible to watch a -.Xr vnode 9 -that resides on anything but -a UFS file system. -.Pp The .Dv EVFILT_NETDEV filter is currently only implemented for devices that use the |