]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/arc.c
Export symbols for ZIL interface
authorAlex Zhuravlev <alexey.zhuravlev@intel.com>
Thu, 13 Nov 2014 18:09:05 +0000 (10:09 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 14 Nov 2014 22:39:43 +0000 (14:39 -0800)
commit0f69910833f4918283bad1ce9e23b701fc6edb6b
tree713bdcbaf28e13c75068d4f3ca7f37b72af5c76f
parent5f91bd3dea49a529e87e0aa39595f074fd09736a
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 <alexey.zhuravlev@intel.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2892
include/sys/zil.h
module/zfs/arc.c
module/zfs/dbuf.c
module/zfs/zil.c