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=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 85E3EC433DF for ; Thu, 2 Jul 2020 18:25:28 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DB5A320781 for ; Thu, 2 Jul 2020 18:25:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="OoegUq2L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DB5A320781 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49yRNP3ywfzDr24 for ; Fri, 3 Jul 2020 04:25:25 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=song@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=OoegUq2L; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49yRK05hLhzDqMy for ; Fri, 3 Jul 2020 04:22:28 +1000 (AEST) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (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 43C2920885 for ; Thu, 2 Jul 2020 18:22:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593714145; bh=2Ob+guxRY0fDcRz+P555VDdl6+UEf5NKd/ZEgEjmyqA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=OoegUq2L0uxSt3rrR3lcoqsDAOAxdO0rE6tlewRsGb9eiQzLEa9GcLv3f53+JJtIq Tu4dmdJlB98mXwT/7grCGi1Eg4sXkxKx8O4HxETnxcls0gt5Kok143rso1DF1RnUs7 J+0BQhidD4fUWOWUJ491VzOjYlY2TbrXcU05LAhg= Received: by mail-lj1-f176.google.com with SMTP id s1so33463189ljo.0 for ; Thu, 02 Jul 2020 11:22:25 -0700 (PDT) X-Gm-Message-State: AOAM532szcxTy8qs11metvf+EYCBf/XIWf1eRckY9ktNaTiJWV6RvwBr w+UJBCrLfjm4r5l3L0U3LrdbAvP5beWg2WtvfUQ= X-Google-Smtp-Source: ABdhPJwzHQSAgDG5LZKrrq4sCwOryNIpxeUx+J+pLZvaBWcsyRJefETEyU+mlLl9hUoA9U/QBDPE51PBpf0COAdEZgQ= X-Received: by 2002:a2e:9901:: with SMTP id v1mr17432874lji.41.1593714143665; Thu, 02 Jul 2020 11:22:23 -0700 (PDT) MIME-Version: 1.0 References: <20200701085947.3354405-1-hch@lst.de> <20200701085947.3354405-18-hch@lst.de> In-Reply-To: <20200701085947.3354405-18-hch@lst.de> From: Song Liu Date: Thu, 2 Jul 2020 11:22:12 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct To: Christoph Hellwig Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jens Axboe , linux-xtensa@linux-xtensa.org, linux-nvdimm@lists.01.org, linux-s390@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-nvme@lists.infradead.org, open list , linux-raid , dm-devel@redhat.com, linux-bcache@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, drbd-dev@lists.linbit.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, Jul 1, 2020 at 2:01 AM Christoph Hellwig wrote: > > generic_make_request has always been very confusingly misnamed, so rename > it to submit_bio_noacct to make it clear that it is submit_bio minus > accounting and a few checks. > > Signed-off-by: Christoph Hellwig > --- [...] > drivers/md/md-faulty.c | 4 +-- > drivers/md/md-linear.c | 4 +-- > drivers/md/md-multipath.c | 4 +-- > drivers/md/raid0.c | 8 ++--- > drivers/md/raid1.c | 14 ++++---- > drivers/md/raid10.c | 28 ++++++++-------- > drivers/md/raid5.c | 10 +++--- For md part: Acked-by: Song Liu