mirror_zfs/cmd/mount_zfs
Brian Behlendorf 093aa69286 Always allow '-o remount,ro'
Allow the mount(8) utility to always operate on all datasets when
remounting them read-only.  This critical for rc.sysinit/umountroot
which remounts the root filesystem read-only during shutdown to
ensure everything is correctly flushed to disk.

Fix minor typo, the check to set zfsutil should use the bitwise
'&'.  I must have accidentally hit the adjacent '*' and obviously
neither the compiler or my code review caught this.  Fix it now.
2011-03-15 13:33:29 -07:00
..
Makefile.am Fix mount helper 2011-03-09 15:26:48 -08:00
Makefile.in Fix mount helper 2011-03-09 15:26:48 -08:00
mount_zfs.c Always allow '-o remount,ro' 2011-03-15 13:33:29 -07:00