aboutsummaryrefslogtreecommitdiff
path: root/uts/common/fs/zfs/sys/dmu.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-07-09 08:14:13 +0000
committerXin LI <delphij@FreeBSD.org>2014-07-09 08:14:13 +0000
commitf82f5510a4792035a3d284f953bf6af35bb6db76 (patch)
tree43eea47d4d6cbf00c37528609754323f67726962 /uts/common/fs/zfs/sys/dmu.h
parentb20994494391da9f0536d1096617c90b198273d6 (diff)
downloadsrc-f82f5510a4792035a3d284f953bf6af35bb6db76.tar.gz
src-f82f5510a4792035a3d284f953bf6af35bb6db76.zip
4950 files sometimes can't be removed from a full filesystem
Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Approved by: Dan McDonald <danmcd@omniti.com> illumos/illumos-gate@4bb73804952172060c9efb163b89c17f56804fe8
Notes
Notes: svn path=/vendor-sys/illumos/dist/; revision=268452
Diffstat (limited to 'uts/common/fs/zfs/sys/dmu.h')
-rw-r--r--uts/common/fs/zfs/sys/dmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uts/common/fs/zfs/sys/dmu.h b/uts/common/fs/zfs/sys/dmu.h
index f968f4bc1220..b73de0649377 100644
--- a/uts/common/fs/zfs/sys/dmu.h
+++ b/uts/common/fs/zfs/sys/dmu.h
@@ -567,6 +567,7 @@ void dmu_tx_abort(dmu_tx_t *tx);
int dmu_tx_assign(dmu_tx_t *tx, enum txg_how txg_how);
void dmu_tx_wait(dmu_tx_t *tx);
void dmu_tx_commit(dmu_tx_t *tx);
+void dmu_tx_mark_netfree(dmu_tx_t *tx);
/*
* To register a commit callback, dmu_tx_callback_register() must be called.