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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 448E5C433E0 for ; Tue, 7 Jul 2020 16:54:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 235542073E for ; Tue, 7 Jul 2020 16:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594140888; bh=fEhHujOWT36+OabKkCVMgT4sNk+uKrQIrQGXIHydFwA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=0/2HbxYNXMLe9Y9Yzw6Eb9lU5zUO7uKoDwRq49xVoolOxrCyFH3UEVc2xYAnFdgLG 9eXk2inUCQh0pFn9p7LygVT46MP8I7ZtIFndjBNMy9A1arSSYmr5iSW6OqoSySGzaK o2aQIT57XaaxZb6DiyrG1T7jjsuqSSZ3gRKLoZ7g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728110AbgGGQyo (ORCPT ); Tue, 7 Jul 2020 12:54:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:47976 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728036AbgGGQyo (ORCPT ); Tue, 7 Jul 2020 12:54:44 -0400 Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (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 093B82073E; Tue, 7 Jul 2020 16:54:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594140883; bh=fEhHujOWT36+OabKkCVMgT4sNk+uKrQIrQGXIHydFwA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=bCjJrygyiPww6kUU1HIhiqvAtUoYFZgfBZLacoL8WWlEnNSpxyNTKSWWnE02wur3W la5/xoBE/rrYn79OqHMEZyKCfnR6at4ysqt7OgZQRTEXFhQbzmvGlABsaWFhTozrLN BqSDAWIbImu3SzXMGQyAzxLupyTh6IKQ7SJyzEyA= Received: by mail-lj1-f169.google.com with SMTP id 9so50699453ljv.5; Tue, 07 Jul 2020 09:54:42 -0700 (PDT) X-Gm-Message-State: AOAM532rgQKXqcBIdGCeHf8QecpU1j5vH9V3UU/6OPlWF6T+TIUFoJcS AsZD2F1O3HX9nCJG3uQJ69Cg+fdnoJ1iVUnefGU= X-Google-Smtp-Source: ABdhPJzFOzMDLXjZKmd6F6Pp7vLuJIA+Ucm855pm5b8NKZ5A6EYoeTZy9JfFcYYbEy+B8rG0uxCxsGAeLu6NZEkIV/4= X-Received: by 2002:a2e:9eca:: with SMTP id h10mr31940794ljk.273.1594140881295; Tue, 07 Jul 2020 09:54:41 -0700 (PDT) MIME-Version: 1.0 References: <20200615125323.930983-1-hch@lst.de> <20200615125323.930983-2-hch@lst.de> <20200707103439.GA2812@lst.de> In-Reply-To: <20200707103439.GA2812@lst.de> From: Song Liu Date: Tue, 7 Jul 2020 09:54:30 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 01/16] init: remove the bstat helper To: Christoph Hellwig Cc: open list , "H. Peter Anvin" , Al Viro , Linus Torvalds , linux-raid , Linux-Fsdevel Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Jul 7, 2020 at 3:34 AM Christoph Hellwig wrote: > > 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 whe= n > > > 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=D1=95 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. Would this official mm tree work? T: git git://github.com/hnaz/linux-mm.git If not, I am OK with either vfs tree or a dedicated tree. Thanks, Song