From: Brian Behlendorf Date: Fri, 30 Sep 2011 17:33:26 +0000 (-0700) Subject: Export symbols for the full SA API X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=e45aa452988f721e458fa3abe54669bdf9377352;hp=e45aa452988f721e458fa3abe54669bdf9377352;p=zfs.git 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 ---