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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT 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 E62F7CA90AF for ; Wed, 13 May 2020 10:49:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C0809206B8 for ; Wed, 13 May 2020 10:49:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="E7xEO+Kb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730735AbgEMKti (ORCPT ); Wed, 13 May 2020 06:49:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726907AbgEMKti (ORCPT ); Wed, 13 May 2020 06:49:38 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02EFFC061A0C for ; Wed, 13 May 2020 03:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=RmgSkMCRaeTP/cQxVgEQwUPFVD1x+1nR5aY7gk71cSI=; b=E7xEO+KbJvV0Hi1E/FvFg6FWmM Hoky+tkwsYOCHhsTTF4lLahPslJdO5W5Zo1YaX4IRQLhdmYlbn6U3LjGF/Kc4Y5S9fkt3msu981Bc AKNrdBiy3BGkp5PCYRUGerrF5LveehgfmcLiFxkTGSfzb0t1/u56R1lUF1vAyut2bpt5YCYxvHVm6 mkTVLG37ZRDr7SNz1jDd55MTBtwZNtizcq3oBaooNh01+ynNgkgjbVgOMUHJI+5p55Pf3MihLojtu HFzs5KLPTnayDHNIyggrOVRy3bMtBD9NB+7wZaubcRqM1ZpKylzTPFwwudjCIWKnFId5Bsz5JI8g0 w/PsXH5w==; Received: from [2001:4bb8:180:9d3f:c70:4a89:bc61:2] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYoxF-0005a3-Ad; Wed, 13 May 2020 10:49:37 +0000 From: Christoph Hellwig To: axboe@kernel.dk Cc: linux-block@vger.kernel.org Subject: small block accounting cleanups Date: Wed, 13 May 2020 12:49:31 +0200 Message-Id: <20200513104935.2338779-1-hch@lst.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Hi Jens, find a few small accounting cleanups attached, mostly cleaning up the somewhat ad-hoc blk-mq vs bio split.