Export symbols for the VFS API
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 10 Oct 2011 17:42:59 +0000 (10:42 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 11 Oct 2011 17:25:59 +0000 (10:25 -0700)
commit86f35f34f419f6eaff53b25f463c13f72186b103
tree4b979ea0b5bf6ea5b7b131c685fc1c867c609f11
parent3646c3f2b5c2c54b3aef448aa136e04f85c6c656
Export symbols for the VFS API

Export all symbols already marked extern in the zfs_vfsops.h
header.  Several non-static symbols have also been added to
the header and exportewd.  This allows external modules to
more easily create and manipulate properly created ZFS
filesystem type datasets.

Rename zfsvfs_teardown() to zfs_sb_teardown and export it.
This is done simply for consistency with the rest of the code
base.  All other zfsvfs_* functions have already been renamed.

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