]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Export symbols for the full SA API
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 30 Sep 2011 17:33:26 +0000 (10:33 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 5 Oct 2011 22:59:56 +0000 (15:59 -0700)
commite45aa452988f721e458fa3abe54669bdf9377352
tree460c9e5280ffafc91475cad3a9f1c83e77ab4c27
parente8753fb4f03aaa371028aaec145449f2610229cf
Export symbols for the full SA API

Export all the symbols for the system attribute (SA) API.  This
allows external module to cleanly manipulate the SAs associated
with a dnode.  Documention for the SA API can be found in the
module/zfs/sa.c source.

This change also removes the zfs_sa_uprade_pre, and
zfs_sa_uprade_post prototypes.  The functions themselves were
dropped some time ago.

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