Export symbols for the full ZAP API
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 27 Sep 2011 23:07:35 +0000 (16:07 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 27 Sep 2011 23:12:36 +0000 (16:12 -0700)
commitdee28b070057224dec67b779e80be14493a4ffb7
treef794f969d21542f7c97b0f0dafeec88f6987108b
parent7a0232735d7527b08e02196762727994aa6065f9
Export symbols for the full ZAP API

Export all the symbols for the ZAP API.  This allows external modules
to cleanly interface with ZAP type objects.  Previously only a subset
of the functionality was exposed.  Documention for the ZAP API can be
found in the sys/zap.h header.

This change also removes a duplicate zap_increment_int() prototype.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
include/sys/zap.h
module/zfs/zap_micro.c