From owner-freebsd-fs@FreeBSD.ORG Sat Jul 13 21:42:30 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 22E61737; Sat, 13 Jul 2013 21:42:30 +0000 (UTC) (envelope-from rmh.aybabtu@gmail.com) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id CD0FC10EE; Sat, 13 Jul 2013 21:42:29 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id m15so5568529qcq.5 for ; Sat, 13 Jul 2013 14:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=mz5/7v1jVc/0UyYcHAAZQqsuUq7tvZY2Jz6uclNsnfo=; b=t81S5ML/YZf6HDsgJEQcC1xEY72cvssZtbx/7MaBvUBLXHUxsB76j+XKair52LSEFl 1k+5583f9+VFZeeAHG7kyDd8IZE4qx2GRrFOJZ+Q2738ZFGq1M3bQvvYrMT8I0ZRalsv 4QDDYqDEVmFT6SjO+G8gB9oVsxkeApkuc3kc9rMQtRa1g1HqpcLE8C2a6Rm3hNSmCwB8 4ksVo+D/WUy3XvtKlD/pk02fRP2JuhaNj26fpk2zx7BHJCp8IgmigHfbj+5ImUlImEA0 mPTqKf/g0WiBeyh2pkf0S5+1SbPrRWmN2tzk1BZiRk27sdEvxlrMU+lHpch/F/UXpgTB P8kA== MIME-Version: 1.0 X-Received: by 10.224.98.140 with SMTP id q12mr44028117qan.99.1373751749331; Sat, 13 Jul 2013 14:42:29 -0700 (PDT) Sender: rmh.aybabtu@gmail.com Received: by 10.49.26.193 with HTTP; Sat, 13 Jul 2013 14:42:29 -0700 (PDT) In-Reply-To: <201307111722.r6BHMohd099772@chez.mckusick.com> References: <201307111722.r6BHMohd099772@chez.mckusick.com> Date: Sat, 13 Jul 2013 23:42:29 +0200 X-Google-Sender-Auth: 2Jldk7cC4mURX94xzZJpXoreah8 Message-ID: Subject: Re: Compatibility options for mount(8) From: Robert Millan To: Kirk McKusick Content-Type: text/plain; charset=UTF-8 Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2013 21:42:30 -0000 2013/7/11 Kirk McKusick : > I am fine with your proposed addition. I would favor changing the > manual page from > > +For compatibility with some other implementations; this flag is > > to > > +For compatibility with some Linux implementations; this flag is > > as it is (primarily) Linux compatibility and also reflects the comment > that you have added in the code. Well I'm not sure. There's only one implementation I'm aware of that accepts -n, the one in the Linux version of mount (i.e. the mount program from util-linux package). If we want to be more precise we could investigate, but I think it's overkill. It doesn't hurt to be vague on this IMHO. If you don't mind, I'd leave this with "some other" as initially proposed by Jeremy. -- Robert Millan