mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 11:47:43 +03:00
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>
This commit is contained in:
@@ -334,4 +334,11 @@ zfs_sa_upgrade_txholds(dmu_tx_t *tx, znode_t *zp)
|
||||
}
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(zfs_sa_readlink);
|
||||
EXPORT_SYMBOL(zfs_sa_symlink);
|
||||
EXPORT_SYMBOL(zfs_sa_get_scanstamp);
|
||||
EXPORT_SYMBOL(zfs_sa_set_scanstamp);
|
||||
EXPORT_SYMBOL(zfs_sa_upgrade);
|
||||
EXPORT_SYMBOL(zfs_sa_upgrade_txholds);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user