define VN_RELE_ASYNC for use by libzpool

This commit is contained in:
Kip Macy 2009-05-07 23:02:51 +00:00
parent c20fd07777
commit 74fecee286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191906

View File

@ -418,6 +418,7 @@ typedef struct vsecattr {
#define VOP_FSYNC(vp, f, cr, ct) fsync((vp)->v_fd)
#define VN_RELE(vp) vn_close(vp, 0, NULL, NULL)
#define VN_RELE_ASYNC(vp, taskq) vn_close(vp, 0, NULL, NULL)
#define vn_lock(vp, type)
#define VOP_UNLOCK(vp, type)