summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-05-07 23:02:51 +0000
committerkmacy <kmacy@FreeBSD.org>2009-05-07 23:02:51 +0000
commit1665b71c81ea67ec2a169de4024182b982be62bd (patch)
treedecb9569eceec4636ad7615fcae9821f1dcfba11 /cddl
parent386b2c2f90a8aa2e5b8e2119040e347f2d9f4e91 (diff)
downloadFreeBSD-src-1665b71c81ea67ec2a169de4024182b982be62bd.zip
FreeBSD-src-1665b71c81ea67ec2a169de4024182b982be62bd.tar.gz
define VN_RELE_ASYNC for use by libzpool
Diffstat (limited to 'cddl')
-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 971584d..7ae7f9d 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)
OpenPOWER on IntegriCloud