Remove unused mount functions
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 6 Jan 2011 00:56:49 +0000 (16:56 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Feb 2011 17:27:20 +0000 (09:27 -0800)
commit42ab36aa368b09dfec7214cc884b004ee934b2df
tree778bef1bd7e1f73be4bf8156b0cfc833116b3c0f
parentc0b3dc7d0797ce2d08df7e07fff15298e957270c
Remove unused mount functions

The functions zfs_mount_label_policy(), zfs_mountroot(), zfs_mount()
will not be needed because most of what they do is already handled
by the generic Linux VFS layer.  They all call zfs_domount() which
creates the actual dataset, the caller of this library call which
will be in the zpl layer is responsible for what's left.
module/zfs/zfs_vfsops.c