From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:07:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5D616A4CE; Tue, 30 Nov 2004 18:07:15 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0DE43D5A; Tue, 30 Nov 2004 18:07:14 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUI7BXC052203; Tue, 30 Nov 2004 19:07:11 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 11:05:53 +0200." <20041130090553.GA691@ip.net.ua> Date: Tue, 30 Nov 2004 19:07:11 +0100 Message-ID: <52202.1101838031@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:07:15 -0000 In message <20041130090553.GA691@ip.net.ua>, Ruslan Ermilov writes: >> FYI, this commit seems to have broken my line in fstab which has worked f >or >> 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. ;) The reason I did not remove MNT_NODEV but only #defined it to zero was to make it silently ignored. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.