freebsd-dev/cmd/zfs
Brian Behlendorf b740d602bd Disable zfs /etc/mtab updates
Completely disable the zfs binary from attempting to directly update
/etc/mtab.  The Linux port relies entirely on the mount.zfs helper
to safely update /etc/mtab.  If we left the /etc/mtab updates to
the zfs binary then they could race with concurrent non-zfs mounts.
Routing everything through the system mount command ensures the
/etc/mtab updates are locked properly.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #329
2011-08-19 11:53:01 -07:00
..
.gitignore Add .gitignore files to exclude build products 2010-01-08 11:35:17 -08:00
Makefile.am Add missing -ldl linker option 2011-02-10 11:05:44 -08:00
Makefile.in Autogen refresh for udev changes 2011-08-08 16:30:27 -07:00
zfs_iter.c Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
zfs_iter.h Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
zfs_main.c Disable zfs /etc/mtab updates 2011-08-19 11:53:01 -07:00
zfs_util.h Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00