Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp26826ybg; Mon, 27 Jul 2020 14:32:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxyE1RCBdgWvUKnd+SQr/pzYbaBJSrABlxW0Wk6S/vaMl3zvCUZupyM52b1vXwFJAQKRbW5 X-Received: by 2002:a50:8ace:: with SMTP id k14mr4798055edk.0.1595885566305; Mon, 27 Jul 2020 14:32:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595885566; cv=none; d=google.com; s=arc-20160816; b=hhY4jxPKUzkrNR9XMYoA42R6EvesE3ImzyPf+QACt0nNcCoqbbNdLZpSLGGOnBmH6p QDn3DEeNuYSRlDDBNJ9nYjTmEIaxh5IrL6P6M1Lrr69WP6zxMk8ZHjqWQJJWn9X+iSj6 C6HYUzzzNumj8Rk/zU8c+TrXugzPjEMDl/A7A21gQ0LFymAyAbXNQAqBXJShYQ3PCVJq /HTotAY6cmLRbrdJYPe0KMAQsuhq1RBD/VsZ6UrHZF4ulqaeojeEnqIcSKG+Au9bxMJ8 TuXdel5szQXJa0kKJUORIP813wS4mzs0zvZ68AhkJNBSmdpQqXc8LU8B8QN6jc5AQwmv /Uaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=LVbfvvvXSCXLPowyXCCtQ3gNsFw4dUGQqKKrpCYCa0E=; b=etjE9cv7K0iAyfnHnnPbxE9kLIrnFHByr7vqRvtPiHLRzFKCpEp27scM+jyUS/fEMc hdyCw7rwvEOEwvaN9jkqX6o1doFPJ7vbiQPL146/RC7TFsB+Tglpj0F30RA5kgf0YLzN SPBaasdufBhdhtQtu5TAz2Dkm+vAMH3uy3qq+N1afWT4a4prDvdN40zwsuKuxDotZWPF DRkPQZCfqUnqybkdxcb4IjPujWYPP2ANU8otSbum5PDL7IKhDG+mBWzJPO6Rfe9b/7US qL8uN3+h1IcEDx/irpLeTeyNI0FsUKn+MMR+nboyqkxSVOXzmfy+0E+smKZBOOS78B+J qemg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i16si5992930eds.541.2020.07.27.14.32.24; Mon, 27 Jul 2020 14:32:46 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726967AbgG0VcA (ORCPT + 99 others); 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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