Mistakingly undefined VN_KNOTE_LOCKED in my previous commit.
Noticed by: Antoine Brodin <antoine.brodin@laposte.net> Approved by: re (scottl)
This commit is contained in:
parent
571dcd15e2
commit
2b0f687b5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147732
@ -231,7 +231,7 @@ struct xvnode {
|
||||
if (!VN_KNLIST_EMPTY(vp)) \
|
||||
KNOTE(&vp->v_pollinfo->vpi_selinfo.si_note, (b), (a)); \
|
||||
} while (0)
|
||||
#define VN_KNOTE_UNLOCKED(vp, b) VN_KNOTE(vp, b, 0)
|
||||
#define VN_KNOTE_LOCKED(vp, b) VN_KNOTE(vp, b, 1)
|
||||
#define VN_KNOTE_UNLOCKED(vp, b) VN_KNOTE(vp, b, 0)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user