summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index f7aa9a8..7d64295 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -2780,9 +2780,6 @@ vn_pollevent(vp, events)
mtx_unlock(&vp->v_pollinfo->vpi_lock);
}
-#define VN_KNOTE(vp, b) \
- KNOTE((struct klist *)&vp->v_pollinfo->vpi_selinfo.si_note, (b))
-
/*
* Wake up anyone polling on vp because it is being revoked.
* This depends on dead_poll() returning POLLHUP for correct
OpenPOWER on IntegriCloud