Fix mount helper
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 4 Mar 2011 23:14:46 +0000 (15:14 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Mar 2011 23:26:48 +0000 (15:26 -0800)
commitd53368f6755ff67342f68e2e536c4157409fd047
treebe909c931e465df4757a67f9329ab9e2b1dc6941
parentadf2e8778e66e6a749cec981da00463b342bd563
Fix mount helper

Several issues related to strange mount/umount behavior were reported
and this commit should address most of them.  The original idea was
to put in place a zfs mount helper (mount.zfs).  This helper is used
to enforce 'legacy' mount behavior, and perform any extra mount argument
processing (selinux, zfsutil, etc).  This helper wasn't ready for the
0.6.0-rc1 release but with this change it's functional but needs to
extensively tested.

This change addresses the following open issues.
Closes #101
Closes #107
Closes #113
Closes #115
Closes #119
cmd/Makefile.am
cmd/Makefile.in
cmd/mount_zfs/Makefile.am [new file with mode: 0644]
cmd/mount_zfs/Makefile.in [new file with mode: 0644]
cmd/mount_zfs/mount_zfs.c [new file with mode: 0644]
cmd/zfs/zfs_main.c
configure
configure.ac
lib/libspl/include/sys/mntent.h
lib/libzfs/libzfs_mount.c
zfs.spec.in