summaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
diff options
context:
space:
mode:
authorAlex Zhuravlev <[email protected]>2014-11-13 10:09:05 -0800
committerBrian Behlendorf <[email protected]>2014-11-14 14:39:43 -0800
commit0f69910833f4918283bad1ce9e23b701fc6edb6b (patch)
tree713bdcbaf28e13c75068d4f3ca7f37b72af5c76f /module/zfs/dbuf.c
parent5f91bd3dea49a529e87e0aa39595f074fd09736a (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 'module/zfs/dbuf.c')
-rw-r--r--module/zfs/dbuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/dbuf.c b/module/zfs/dbuf.c
index b31957094..13a0dbfd1 100644
--- a/module/zfs/dbuf.c
+++ b/module/zfs/dbuf.c
@@ -2996,4 +2996,5 @@ EXPORT_SYMBOL(dmu_buf_set_user_ie);
EXPORT_SYMBOL(dmu_buf_update_user);
EXPORT_SYMBOL(dmu_buf_get_user);
EXPORT_SYMBOL(dmu_buf_freeable);
+EXPORT_SYMBOL(dmu_buf_get_blkptr);
#endif