]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unify mount and share for 'zfs create/clone'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 May 2015 16:27:03 +0000 (09:27 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 17 Jun 2015 18:01:16 +0000 (11:01 -0700)
commit5d6a46036277e472433416dda06a0299c339ae08
tree3366ceea0ce329961fea136332ac8db0e7413164
parent90947b2357157a376fdd23dadbcfedad82652525
Unify mount and share for 'zfs create/clone'

Both the 'zfs create' and 'zfs clone' commands are expected to
automatically mount and share new filesystems.  Since this is common
functionality it has been moved in to a shared helper function.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3459
cmd/zfs/zfs_main.c