Yar Tikhiy <[EMAIL PROTECTED]> writes:
>   Log:
>   In the new order of things dictated by nmount(2), a read-only mount
>   is to be requested via a "ro" option.  At the same time, MNT_RDONLY
>   is gradually becoming an indicator of the current state of the FS
>   instead of a command flag.  Today passing MNT_RDONLY alone to the
>   kernel's mount machinery will lead to various glitches.  (See the
>   PRs for examples.)
>   
>   Therefore mount the root FS with a "ro" option instead of the
>   MNT_RDONLY flag.  (Note that MNT_RDONLY still is added to the mount
>   flags internally, by vfs_donmount(), if "ro" was specified.)

Can you guarantee that this will not f*** up the bootp / dhcp + nfsroot
case?  There are dragons in that code which were decidedly not funny to
track down and fix.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to