From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:32938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726678AbeHXVTO (ORCPT ); Fri, 24 Aug 2018 17:19:14 -0400 Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A24D721557 for ; Fri, 24 Aug 2018 17:43:35 +0000 (UTC) Received: by mail-wm0-f43.google.com with SMTP id c14-v6so2304540wmb.4 for ; Fri, 24 Aug 2018 10:43:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <15252.1535130642@warthog.procyon.org.uk> References: <20180823223145.GK6515@ZenIV.linux.org.uk> <24340.1535069316@warthog.procyon.org.uk> <20180824003105.GL6515@ZenIV.linux.org.uk> <184842E4-9368-463D-9131-D9A5F686C319@amacapital.net> <20180824031311.GM6515@ZenIV.linux.org.uk> <20180824060532.GG16817@thunk.org> <362.1535103931@warthog.procyon.org.uk> <015EF93F-1BC8-4000-ABBC-233F73D09384@amacapital.net> <15252.1535130642@warthog.procyon.org.uk> From: Andy Lutomirski Date: Fri, 24 Aug 2018 10:43:13 -0700 Message-ID: Subject: Re: [git pull] new mount API To: David Howells Cc: Miklos Szeredi , "Theodore Y. Ts'o" , Al Viro , Linus Torvalds , Linux FS Devel , Linux API Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Aug 24, 2018 at 10:10 AM, David Howells wrote= : > Andy Lutomirski wrote: > >> Hmm. Is it that case in the current patchset that you can do CMD_CREATE = and >> reconfigure the result and some *other* existing mount will change? If = so, >> that=E2=80=99s rather unfriendly to users. > > The default behaviour has to be the same as mount(2). > Why? Obviously mount(2) needs to keep working the way it does now. Most likely mount(8) also needs to retain its current behavior. But I don't see why the new API needs be bug-compatible with mount(2). --Andy