]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dsl_pool.c
Export symbols dsl_pool_config_{enter,exit}
authorNed Bass <bass6@llnl.gov>
Mon, 30 Sep 2013 23:29:37 +0000 (16:29 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Oct 2013 23:56:51 +0000 (16:56 -0700)
commit40a806df259c0b826b8e962579dff64e8dfbf0d7
tree63bca05419589a7dcc03d3ac9ae0e375937b9866
parent222b94805903dfa6879565ab9b1c8e3b0d70cbdf
Export symbols dsl_pool_config_{enter,exit}

These are needed by consumers (i.e. Lustre) who wish to use the
dsl_prop_register() interface to register callbacks when pool
properties of interest change.  This interface requires that the
DSL pool configuration lock is held when called.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1762
module/zfs/dsl_pool.c