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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 F0DE2C433E0 for ; Thu, 2 Jul 2020 23:25:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1202206DD for ; Thu, 2 Jul 2020 23:25:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593732359; bh=yjixGqCbQqizOhwkX+oBxN8uiaT9Rl72gyAx9twRioU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=AtQKFTz2N7cM5+Vu1NOaQe45Z7ovBnZdfXgHQjgy3bL87KDq/WwSQt+79IUDI0udM CECWKiP3KoQ7uFp367E/iDTDUte9RjU5Cz/fsGa7eWH4N8/JzyAZI/CbIYF+PTEL66 HT2uq9VrwzovxU1hG39KkmGN/NFfNlnvnw5xd5/g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726298AbgGBXZz (ORCPT ); Thu, 2 Jul 2020 19:25:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:56506 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726048AbgGBXZy (ORCPT ); Thu, 2 Jul 2020 19:25:54 -0400 Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) (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 1D79E206DD; Thu, 2 Jul 2020 23:25:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593732354; bh=yjixGqCbQqizOhwkX+oBxN8uiaT9Rl72gyAx9twRioU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TzHl0SuNXddjIn7adaK/gB2eDWn2zSB1svslIh52TIx1Ibfnd7M5MrI77WlnfU9th Ne0vXYXjowLbyx3kXGEut3jWpcPkWUj1XawanyllOmEVfF92lVvciim4YS/kisjhUN TG4jvND9hRewl2jIGaukLyqap0tMNzYqZRIrABns= Received: by mail-lj1-f170.google.com with SMTP id e8so142959ljb.0; Thu, 02 Jul 2020 16:25:54 -0700 (PDT) X-Gm-Message-State: AOAM531dxgNe0L8sLFKHBH+Au2Ltl/WhRUFBRppSxB0erOgNv9Cg++Xo DLaAopSI0/kjQ2XPzUWfsi+golPAPYV9k9ddqTo= X-Google-Smtp-Source: ABdhPJxMtBWljIidCscK5kHHrsz8s6hweN4HmlrGmEOtX0q4UYxV0MJIWWoEijgckwbyRHUHgDPdm2LMy43I4CXy/Y4= X-Received: by 2002:a2e:b175:: with SMTP id a21mr15299515ljm.10.1593732352498; Thu, 02 Jul 2020 16:25:52 -0700 (PDT) MIME-Version: 1.0 References: <20200615125323.930983-1-hch@lst.de> <20200615125323.930983-2-hch@lst.de> In-Reply-To: <20200615125323.930983-2-hch@lst.de> From: Song Liu Date: Thu, 2 Jul 2020 16:25:41 -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" Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org 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? Thanks, Song