aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2009-05-07 23:02:51 +0000
committerKip Macy <kmacy@FreeBSD.org>2009-05-07 23:02:51 +0000
commit74fecee286949427b8e31303bab947cbc2ef2def (patch)
treedecb9569eceec4636ad7615fcae9821f1dcfba11
parentc20fd07777190ab838185f04e8b5e6c1364a13c4 (diff)
downloadsrc-74fecee286949427b8e31303bab947cbc2ef2def.tar.gz
src-74fecee286949427b8e31303bab947cbc2ef2def.zip
define VN_RELE_ASYNC for use by libzpool
Notes
Notes: svn path=/head/; revision=191906
-rw-r--r--cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
index 971584dfa156..7ae7f9d1b484 100644
--- a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
+++ b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h
@@ -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)