All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Shilovsky <piastryyy@gmail.com>
To: Steve French <smfrench@gmail.com>
Cc: CIFS <linux-cifs@vger.kernel.org>
Subject: Re: [PATCH] Display max credits used at any one time for in flight requests
Date: Tue, 10 Sep 2019 09:46:02 -0700	[thread overview]
Message-ID: <CAKywueS3S_DPfFzENhHDQqTQ+aazbAPMdwVQX4nzDG63tuHsdg@mail.gmail.com> (raw)
In-Reply-To: <CAH2r5mtcHR2BpthaubPNgC8fO4uu2d7QkYraMAK3cFOciR9g2Q@mail.gmail.com>

server->in-flight is the number of requests in flight, not credits.
Even for multi-credit requests (READ or WRITE) we only
increment/decrement this value, so the following change line should be
updated:

+ seq_printf(m, "\nMax credits in flight: %d", server->max_in_flight);

with 's/Max credits/Max requests/'

The description of the patch and the title need similar changes as well.

--
Best regards,
Pavel Shilovsky

вт, 10 сент. 2019 г. в 03:42, Steve French <smfrench@gmail.com>:
>
> --
> Thanks,
>
> Steve

  reply	other threads:[~2019-09-10 16:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10  4:03 [PATCH] Display max credits used at any one time for in flight requests Steve French
2019-09-10 16:46 ` Pavel Shilovsky [this message]
2019-09-11  3:20   ` Steve French

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKywueS3S_DPfFzENhHDQqTQ+aazbAPMdwVQX4nzDG63tuHsdg@mail.gmail.com \
    --to=piastryyy@gmail.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=smfrench@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.