Date: Tue, 24 Oct 2006 22:02:29 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.c Message-ID: <200610242202.k9OM2TIG090724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2006-10-24 22:02:29 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: 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 Revision Changes Path 1.89 +32 -6 src/sbin/mount/mount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610242202.k9OM2TIG090724>