From owner-freebsd-bugs@FreeBSD.ORG Sat Apr 9 16:25:59 2005 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28CDA16A4CE for ; Sat, 9 Apr 2005 16:25:59 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B8F43D1F for ; Sat, 9 Apr 2005 16:25:58 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.3/8.13.1) with ESMTP id j39GPpJl029055; Sat, 9 Apr 2005 18:25:51 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Erez Zadok From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 09 Apr 2005 16:20:22 GMT." <200504091620.j39GKMBc071772@freefall.freebsd.org> Date: Sat, 09 Apr 2005 18:25:51 +0200 Message-ID: <29054.1113063951@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-bugs@freebsd.org Subject: Re: conf/79715: MNT_NODEV should be removed from sys/mount.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 16:25:59 -0000 In message <200504091620.j39GKMBc071772@freefall.freebsd.org>, Erez Zadok writes: > > I'm perfectly OK with removing it, but didn't out of fear of what > > I might break. I guess this was a loose-loose scenario... > > If the actual NODEV functionallity had been removed from the kernel itself, > then older binaries, precompiled with whatever NODEV was before, will get > confused b/c users will expect "nodev" to work, but it will silently not > work. Well, it's actually the other way around: NODEV is not an option, it is always the case for all filesystems except DEVFS. -- 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.