From owner-cvs-src@FreeBSD.ORG Tue Nov 30 10:17:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0FB16A4CE; Tue, 30 Nov 2004 10:17:11 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C439743D46; Tue, 30 Nov 2004 10:17:10 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.12.168] (pc168-12.icanncapetown.co.za[196.7.12.168]) by comcast.net (rwcrmhc11) with ESMTP id <2004113010170801300bvpp7e>; Tue, 30 Nov 2004 10:17:10 +0000 Message-ID: <41AC489E.7050108@DougBarton.net> Date: Tue, 30 Nov 2004 12:17:02 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> <41AC3332.7040809@DougBarton.net> <20041130090553.GA691@ip.net.ua> In-Reply-To: <20041130090553.GA691@ip.net.ua> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.csrc/sbin/mount_std mount_std.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:17:11 -0000 Ruslan Ermilov wrote: > Hi Doug, > > On Tue, Nov 30, 2004 at 10:45:38AM +0200, Doug Barton wrote: > >>Ruslan Ermilov wrote: >> >>>ru 2004-11-29 09:35:01 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sbin/mount mntopts.h mount.8 mount.c >>> sbin/mount_std mount_std.8 >>> Log: >>> Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). >>> >>> Asked to commit by: phk >>> >>> Revision Changes Path >>> 1.23 +0 -2 src/sbin/mount/mntopts.h >>> 1.69 +1 -7 src/sbin/mount/mount.8 >>> 1.67 +0 -2 src/sbin/mount/mount.c >>> 1.23 +1 -2 src/sbin/mount_std/mount_std.8 >>> >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h >> >>FYI, this commit seems to have broken my line in fstab which has worked for >>a long time: >> >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >> >>Is it useful for the nodev option to cause a hard failure here? Note, I'm >>not arguing against either change, just pointing out a side effect. >> > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) Yes, I understand the mechanics, I'm just curious if you think that this should result in a fatal error. It sounds like you think that the answer to that is yes, which if that is the correct answer I'm fine with that. Doug -- If you're never wrong, you're not trying hard enough