Searched hist:163671 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/mount/
H A Dmount.cdiff 163671 Tue Oct 24 20:02:29 MDT 2006 ru Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specified
in /etc/fstab.

This has been happening due to the priority inversion; options
specified on the command line should take precedence over options
from fstab over default "noro" option, but since both the default
"noro" and options specified on the command line (-w, -r, -o ...)
were put into the same "options" variable, "noro" took precedence
over fstab "ro" (this is easily visible with "mount -d").

PR: bin/100164

Completed in 50 milliseconds