Remove yet a redundant VN_KNOTE() macro.

This commit is contained in:
phk 2002-02-18 08:24:48 +00:00
parent 3b0aae3f18
commit 68320d04d1

View File

@ -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