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=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 25476C433F2 for ; Mon, 27 Jul 2020 21:32:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 07F9C20829 for ; Mon, 27 Jul 2020 21:32:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726956AbgG0VcA (ORCPT ); Mon, 27 Jul 2020 17:32:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:52186 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726139AbgG0VcA (ORCPT ); Mon, 27 Jul 2020 17:32:00 -0400 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 25088AD2C; Mon, 27 Jul 2020 21:32:09 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id 6BCD51E12C7; Mon, 27 Jul 2020 23:31:58 +0200 (CEST) Date: Mon, 27 Jul 2020 23:31:58 +0200 From: Jan Kara To: Al Viro Cc: Jan Kara , Christoph Hellwig , x86@kernel.org, Jan Kara , linux-arm-kernel@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 4/4] quota: simplify the quotactl compat handling Message-ID: <20200727213158.GM5284@quack2.suse.cz> References: <20200726160401.311569-1-hch@lst.de> <20200726160401.311569-5-hch@lst.de> <20200727124127.GO23179@quack2.suse.cz> <20200727155616.GF794331@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200727155616.GF794331@ZenIV.linux.org.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon 27-07-20 16:56:16, Al Viro wrote: > On Mon, Jul 27, 2020 at 02:41:27PM +0200, Jan Kara wrote: > > On Sun 26-07-20 18:04:01, Christoph Hellwig wrote: > > > Fold the misaligned u64 workarounds into the main quotactl flow instead > > > of implementing a separate compat syscall handler. > > > > > > Signed-off-by: Christoph Hellwig > > > > The patch looks good to me and it saves a lot of boiler-plate code so feel > > free to add: > > > > Acked-by: Jan Kara > > Which tree do we put that through? I can grab it into vfs.git, but IIRC usually > you put quota-related stuff through yours... I can take it through quota tree as well but I thought it's not a great fit given the generic arch bits which this last patch depends on... Honza -- Jan Kara SUSE Labs, CR