]> git.proxmox.com Git - mirror_zfs.git/commit
Export additional dsl symbols
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 4 Apr 2012 20:46:55 +0000 (13:46 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 11 Apr 2012 16:26:55 +0000 (09:26 -0700)
commitf0fd83be65152a218c7daa1d006b53fb4b79bdce
tree6f7fb3f1db3f277095af9b58905ad9c82a327326
parent1f0d8a566f0251ff9404b98233ae8d5406c6d308
Export additional dsl symbols

Principly these symbols were exported to get access to the
dsl_prop_register/dsl_prop_unregister functions.  They allow
us to cleanly register a callback which is called when a
dataset property is modified.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/dmu_objset.c
module/zfs/dsl_prop.c