Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp921378ybt; Tue, 7 Jul 2020 03:37:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyqGk3In4bbI8tTeLFdiKqDMPBKIcX2xcP4ykBxYxm6gifXULif8aC9S71DexYyS1QDJHf/ X-Received: by 2002:a17:906:c10f:: with SMTP id do15mr49103548ejc.249.1594118244801; Tue, 07 Jul 2020 03:37:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594118244; cv=none; d=google.com; s=arc-20160816; b=tRtyqu0d2YbaKfqjJstUyvxPjw6TJCTGfp1zEIYTWQaKxbV0eSFJEkq1zncJYy46iF JLppnLJTc+dn0MeqWsOcbyK2LTXNpUVtfT72GktO5N9xI0cx5ujSxAwwUnXJ5GbiURu0 MMJxGm3yqRnhasOolhAclOO51gqNidEWPsSl/o31BmBDp336TwGwyNEs+5XWLoK8O8OX h8XMcAGUctUxrT8mDAInPqnl7oYKfUkYUg5bam/P/SdgmN8NWwRGk6uYGTxYCrBQZNJj ubmT5oLmEZPDEK40MMiHCldFY9FIfNssGicvTHMi5QW42jx+vw9ZZmOTozO4giQ5xq77 Tk9A== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=HpHRG0R2y5OWHRlU0SQQQpMl0yJU1+l/NNGqTxGP1pk=; b=PwXqbHWLA2Znf9YT8hPHXE70liA6b5kKWucvhYbXaa9aYMWPH3/uqqK5IXY/TgjN/6 CN2hwQY7YL+ZJhOEOfdmd30ENuK1IZrM2VOMX0qNNcjq3lnWQ30XbP7/oIXSEM8Xo6X2 tiAHePR+WVZJYBTq1OYSifWvWWZ1/pwl4air39t/q8nvuO0GlUWXXIJmAi5mfKqkJxwn 3L55l9rfqGM5YVZJZp6zwbo1l+MBe/M5Vj7UY4xP8Qey2YaoOT/slGTv40tOO6fNmvQ2 cwe079wkWmiNWzgbtNopt2XbaAmBTHDXrYhDZoPJyi66FXHQSs9uLARGwTGWWdc5uaLm tjTA== 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 h14si14810304edv.119.2020.07.07.03.37.01; Tue, 07 Jul 2020 03:37:24 -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 S1728275AbgGGKeo (ORCPT + 99 others); Tue, 7 Jul 2020 06:34:44 -0400 Received: from verein.lst.de ([213.95.11.211]:58212 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbgGGKen (ORCPT ); Tue, 7 Jul 2020 06:34:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C93F068B05; Tue, 7 Jul 2020 12:34:39 +0200 (CEST) Date: Tue, 7 Jul 2020 12:34:39 +0200 From: Christoph Hellwig To: Song Liu Cc: Christoph Hellwig , open list , "H. Peter Anvin" , Al Viro , Linus Torvalds , linux-raid , Linux-Fsdevel Subject: Re: [PATCH 01/16] init: remove the bstat helper Message-ID: <20200707103439.GA2812@lst.de> References: <20200615125323.930983-1-hch@lst.de> <20200615125323.930983-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 02, 2020 at 04:25:41PM -0700, Song Liu wrote: > Hi Christoph, > > On Mon, Jun 15, 2020 at 5:53 AM Christoph Hellwig wrote: > > > > The only caller of the bstat function becomes cleaner and simpler when > > open coding the function. > > > > Signed-off-by: Christoph Hellwig > > Thanks for the set. md parts of the set look good to me. > > How should we route this set, as it touches multiple subsystems? Good question as there is no really applicable tree. One option would the vfs tree as it toucheѕ some VFS stuff, and the follow on series that depends on it is all about VFS bits. Alternatively I could set up a tree just for these bits. The important bit is that it doesn't go into the -mm tree as the usual catchall, as I have more stuff that depends on it and requires a git tree.