diff options
author | Alex Zhuravlev <[email protected]> | 2014-11-13 10:09:05 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-11-14 14:39:43 -0800 |
commit | 0f69910833f4918283bad1ce9e23b701fc6edb6b (patch) | |
tree | 713bdcbaf28e13c75068d4f3ca7f37b72af5c76f /include | |
parent | 5f91bd3dea49a529e87e0aa39595f074fd09736a (diff) |
Export symbols for ZIL interface
These symbols are needed by consumers (i.e. Lustre) who wish to
integrate with the ZIL. In addition the zil_rollback_destroy()
prototype was removed because the implementation of this function
was removed long ago.
Signed-off-by: Alex Zhuravlev <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2892
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/zil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/zil.h b/include/sys/zil.h index 400074270..9c806964d 100644 --- a/include/sys/zil.h +++ b/include/sys/zil.h @@ -459,7 +459,6 @@ extern void zil_replay(objset_t *os, void *arg, extern boolean_t zil_replaying(zilog_t *zilog, dmu_tx_t *tx); extern void zil_destroy(zilog_t *zilog, boolean_t keep_first); extern void zil_destroy_sync(zilog_t *zilog, dmu_tx_t *tx); -extern void zil_rollback_destroy(zilog_t *zilog, dmu_tx_t *tx); extern itx_t *zil_itx_create(uint64_t txtype, size_t lrsize); extern void zil_itx_destroy(itx_t *itx); |