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=-0.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 6E353C4CECF for ; Mon, 23 Sep 2019 17:26:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3428220820 for ; Mon, 23 Sep 2019 17:26:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="A3woHyaG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407428AbfIWR0Q (ORCPT ); Mon, 23 Sep 2019 13:26:16 -0400 Received: from mail-lj1-f172.google.com ([209.85.208.172]:33278 "EHLO mail-lj1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407415AbfIWR0Q (ORCPT ); Mon, 23 Sep 2019 13:26:16 -0400 Received: by mail-lj1-f172.google.com with SMTP id a22so14562240ljd.0 for ; Mon, 23 Sep 2019 10:26:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=sawFjO6GeUX+hor58uXM45KeNpmJ64YpddOSCWdEqZs=; b=A3woHyaGB15e3841VARQNnl5abCgqGp7uT/lvhFrWzqejIrXhVPaX7K6xuwP96/5MW N/kG8zzJhSoaI1CtNEQP2wR+cf89xv6Y5XiPwIJ8fBzugdjZLNFIFzuL6S04vilymVyj 3Srz72PxZhinRV2OY+t0TzDL/TYkzY6me48rhrJthHeZwC47YpFCfPvwdDPm60GUiI7g ErURFO6yi6qEesMYgw2VlfSKtbqY8tVsCRYaB7YpUMzQN1CIUuBmkZxsOFCKw7nhNGhp qq8TbQzomn9D4FGECtB4Zp0VvdHQLoRkhVvFVReLWIeZ4SG+oQxInzF1hyzFrFmE0y5h Szug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=sawFjO6GeUX+hor58uXM45KeNpmJ64YpddOSCWdEqZs=; b=Ag+BXuDnLlUutVO+ugEUBdOasvji4WrplkPOZ7RvDwQ+OVrkolM30fwtCoLtkHUek0 IWJR3WXSn9uvX1lDeGnTESwJvvT+tZNTJb3SXpjlIC2vFqaq+uXlbBiJ4dwFuXl02rTE WlQUI3gtAxoNQxRE/IC8fIDyhSsC1/ZDq3vTPazmIu/LjA0F541mkCem8byGQeBRLyzB ghVPQ4ME6DIvBCliDJd1jyQM01UbBPnRAiB/QQxvDRIl/sChlSwLCGLp0UWxd/Af3UAa WLHZ5fmO9rIaZjCWZcbKwmDNkrx7g5yCK1hn0XyadLGRIE0M04Zleg14wyjI59a8Cmmp PFsQ== X-Gm-Message-State: APjAAAXHPqGPllxjYaSVwhcY5OenaIQaGG1RU4x6SCAEcw+Mo5UCimby 2QK9bw0I9crsd8vu0ZwMqIhYajHUMZcR56WHhH6G X-Google-Smtp-Source: APXvYqx+BVfmHot/SY18iOAQwo4lFgQ8i4ewhzl2tS8vdn/D7ailL8nDL+jx1m/0bEBvbJal7xGpgtrb6fSy65DPTFk= X-Received: by 2002:a2e:8846:: with SMTP id z6mr295418ljj.77.1569259574426; Mon, 23 Sep 2019 10:26:14 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Pavel Shilovsky Date: Mon, 23 Sep 2019 10:26:03 -0700 Message-ID: Subject: Re: Fix for "requests in flight" showing negative To: Steve French Cc: ronnie sahlberg , CIFS Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org I guess it should be "open files" instead of "requests in flight" in the title and the description of the patch. Other than that looks good: Reviewed-by: Pavel Shilovsky -- Best regards, Pavel Shilovsky =D1=81=D0=B1, 21 =D1=81=D0=B5=D0=BD=D1=82. 2019 =D0=B3. =D0=B2 22:58, Steve= French : > > Requests in flight could display as negative when should be zero > > -- > Thanks, > > Steve