From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF347C433DB for ; Tue, 9 Feb 2021 10:03:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7995F64E8C for ; Tue, 9 Feb 2021 10:03:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231287AbhBIKCn (ORCPT ); Tue, 9 Feb 2021 05:02:43 -0500 Received: from mx2.suse.de ([195.135.220.15]:57112 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229752AbhBIJ6e (ORCPT ); Tue, 9 Feb 2021 04:58:34 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id AF54EB133; Tue, 9 Feb 2021 09:57:48 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 54D241E14AC; Tue, 9 Feb 2021 10:57:48 +0100 (CET) Date: Tue, 9 Feb 2021 10:57:48 +0100 From: Jan Kara To: Christoph Hellwig Cc: Jan Kara , Sascha Hauer , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, Jan Kara , Richard Weinberger Subject: Re: [PATCH 1/2] quota: Add mountpath based quota support Message-ID: <20210209095748.GA19070@quack2.suse.cz> References: <20210128141713.25223-1-s.hauer@pengutronix.de> <20210128141713.25223-2-s.hauer@pengutronix.de> <20210128143552.GA2042235@infradead.org> <20210202180241.GE17147@quack2.suse.cz> <20210204073414.GA126863@infradead.org> <20210204125350.GD20183@quack2.suse.cz> <20210209085101.GA1710733@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210209085101.GA1710733@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 09-02-21 08:51:01, Christoph Hellwig wrote: > On Thu, Feb 04, 2021 at 01:53:50PM +0100, Jan Kara wrote: > > Now quota data stored in a normal file is a setup we try to deprecate > > anyway so another option is to just leave quotactl_path() only for those > > setups where quota metadata is managed by the filesystem so we don't need > > to pass quota files to Q_QUOTAON? > > I'd be perfectly fine with that. OK, then this looks like the best way forward to me. We can always extend the quotactl_path() syscall later if we find this is problematic for some real usecases. Honza -- Jan Kara SUSE Labs, CR