Linux NFS development
 help / color / mirror / Atom feed
From: Steve Dickson <SteveD@redhat.com>
To: Scott Mayhew <smayhew@redhat.com>
Cc: linux-nfs@vger.kernel.org
Subject: Re: [nfs-utils PATCH v2 2/2] mountstats: add missing v4.2 operations
Date: Sat, 12 Dec 2015 07:15:56 -0500	[thread overview]
Message-ID: <566C0FFC.7060203@RedHat.com> (raw)
In-Reply-To: <1449767223-52696-2-git-send-email-smayhew@redhat.com>



On 12/10/2015 12:07 PM, Scott Mayhew wrote:
> Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Committed...

steved.
> ---
>  tools/mountstats/mountstats.py | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
> index 1e2811f..4ca4bc4 100644
> --- a/tools/mountstats/mountstats.py
> +++ b/tools/mountstats/mountstats.py
> @@ -150,6 +150,8 @@ Nfsv3ops = [
>      'COMMIT'
>  ]
>  
> +# This list should be kept in-sync with the NFSPROC4_CLNT_* enum in
> +# include/linux/nfs4.h in the kernel.
>  Nfsv4ops = [
>      'NULL',
>      'READ',
> @@ -204,7 +206,12 @@ Nfsv4ops = [
>      'FREE_STATEID',
>      'GETDEVICELIST',
>      'BIND_CONN_TO_SESSION',
> -    'DESTROY_CLIENTID'
> +    'DESTROY_CLIENTID',
> +    'SEEK',
> +    'ALLOCATE',
> +    'DEALLOCATE',
> +    'LAYOUTSTATS',
> +    'CLONE'
>  ]
>  
>  class DeviceData:
> 

  reply	other threads:[~2015-12-12 12:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-10 17:07 [nfs-utils PATCH v2 1/2] mountstats: handle KeyError in accumulate_iostats() Scott Mayhew
2015-12-10 17:07 ` [nfs-utils PATCH v2 2/2] mountstats: add missing v4.2 operations Scott Mayhew
2015-12-12 12:15   ` Steve Dickson [this message]
2015-12-12 12:16 ` [nfs-utils PATCH v2 1/2] mountstats: handle KeyError in accumulate_iostats() Steve Dickson

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=566C0FFC.7060203@RedHat.com \
    --to=steved@redhat.com \
    --cc=linux-nfs@vger.kernel.org \
    --cc=smayhew@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox