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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,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 55F33C41604 for ; Tue, 6 Oct 2020 19:42:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A711206CB for ; Tue, 6 Oct 2020 19:42:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725962AbgJFTmb (ORCPT ); Tue, 6 Oct 2020 15:42:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725943AbgJFTmb (ORCPT ); Tue, 6 Oct 2020 15:42:31 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3783AC061755 for ; Tue, 6 Oct 2020 12:42:31 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id E855127E959 From: Gabriel Krisman Bertazi To: Jens Axboe Cc: linux-block@vger.kernel.org, ming.lei@redhat.com, kernel@collabora.com, Omar Sandoval Subject: Re: [RESEND PATCH v2] block: Consider only dispatched requests for inflight statistic Organization: Collabora References: <20201006191509.2482378-1-krisman@collabora.com> <20201006192038.2484672-1-krisman@collabora.com> <8e53dcca-bd5f-4b81-cf73-d905f2c36dcd@kernel.dk> <874kn7no97.fsf@collabora.com> Date: Tue, 06 Oct 2020 15:42:24 -0400 In-Reply-To: (Jens Axboe's message of "Tue, 6 Oct 2020 13:35:21 -0600") Message-ID: <87zh4zm99b.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org Jens Axboe writes: > On 10/6/20 1:33 PM, Gabriel Krisman Bertazi wrote: >> Jens Axboe writes: >> >>> On 10/6/20 1:20 PM, Gabriel Krisman Bertazi wrote: >>>> >>>> Oops, I have no idea what happened, but something ate the hunk at the >>>> last submission. My apologies. Please find it below. >>> >>> Care to just resend a fixed up one? Saves me the time from fixing >>> things up. >> >> hm, the first submission had an empty patch and the email you quoted had >> the entire fixed patch ready to apply with scissors. It should be good >> to apply it, I think. Or, what do you mean? > > The point is that I need to manually fiddle with it. Done, sorry for the noise. The v3 should apply on top of your for-next branch cleanly. -- Gabriel Krisman Bertazi