* [PATCH] rpcdebug: Add new "state" flag for the nfs module
@ 2012-06-04 21:01 Chuck Lever
2012-06-18 14:58 ` Fwd: " Chuck Lever
2012-06-19 14:41 ` Steve Dickson
0 siblings, 2 replies; 3+ messages in thread
From: Chuck Lever @ 2012-06-04 21:01 UTC (permalink / raw)
To: steved; +Cc: linux-nfs
Kernel 3.5 adds a debugging flag for showing NFS client debugging
messages having to do with NFSv4 state operations.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
support/include/nfs/debug.h | 1 +
tools/rpcdebug/rpcdebug.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/support/include/nfs/debug.h b/support/include/nfs/debug.h
index dbec5ba..80a1b1d 100644
--- a/support/include/nfs/debug.h
+++ b/support/include/nfs/debug.h
@@ -79,6 +79,7 @@ enum {
#define NFSDBG_FSCACHE 0x0800
#define NFSDBG_PNFS 0x1000
#define NFSDBG_PNFS_LD 0x2000
+#define NFSDBG_STATE 0x4000
#define NFSDBG_ALL 0xFFFF
#endif /* _NFS_DEBUG_H */
diff --git a/tools/rpcdebug/rpcdebug.c b/tools/rpcdebug/rpcdebug.c
index 444616d..d6e10d3 100644
--- a/tools/rpcdebug/rpcdebug.c
+++ b/tools/rpcdebug/rpcdebug.c
@@ -170,6 +170,7 @@ static struct flagmap {
FLAG(NFS, FSCACHE),
FLAG(NFS, PNFS),
FLAG(NFS, PNFS_LD),
+ FLAG(NFS, STATE),
FLAG(NFS, ALL),
/* nfsd */
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Fwd: [PATCH] rpcdebug: Add new "state" flag for the nfs module
2012-06-04 21:01 [PATCH] rpcdebug: Add new "state" flag for the nfs module Chuck Lever
@ 2012-06-18 14:58 ` Chuck Lever
2012-06-19 14:41 ` Steve Dickson
1 sibling, 0 replies; 3+ messages in thread
From: Chuck Lever @ 2012-06-18 14:58 UTC (permalink / raw)
To: Steve Dickson; +Cc: Linux NFS Mailing List
Ping... :-)
Begin forwarded message:
> From: Chuck Lever <chuck.lever@oracle.com>
> Subject: [PATCH] rpcdebug: Add new "state" flag for the nfs module
> Date: June 4, 2012 5:01:53 PM EDT
> To: steved@redhat.com
> Cc: linux-nfs@vger.kernel.org
>
> Kernel 3.5 adds a debugging flag for showing NFS client debugging
> messages having to do with NFSv4 state operations.
>
> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
> ---
>
> support/include/nfs/debug.h | 1 +
> tools/rpcdebug/rpcdebug.c | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/support/include/nfs/debug.h b/support/include/nfs/debug.h
> index dbec5ba..80a1b1d 100644
> --- a/support/include/nfs/debug.h
> +++ b/support/include/nfs/debug.h
> @@ -79,6 +79,7 @@ enum {
> #define NFSDBG_FSCACHE 0x0800
> #define NFSDBG_PNFS 0x1000
> #define NFSDBG_PNFS_LD 0x2000
> +#define NFSDBG_STATE 0x4000
> #define NFSDBG_ALL 0xFFFF
>
> #endif /* _NFS_DEBUG_H */
> diff --git a/tools/rpcdebug/rpcdebug.c b/tools/rpcdebug/rpcdebug.c
> index 444616d..d6e10d3 100644
> --- a/tools/rpcdebug/rpcdebug.c
> +++ b/tools/rpcdebug/rpcdebug.c
> @@ -170,6 +170,7 @@ static struct flagmap {
> FLAG(NFS, FSCACHE),
> FLAG(NFS, PNFS),
> FLAG(NFS, PNFS_LD),
> + FLAG(NFS, STATE),
> FLAG(NFS, ALL),
>
> /* nfsd */
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Chuck Lever
chuck[dot]lever[at]oracle[dot]com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rpcdebug: Add new "state" flag for the nfs module
2012-06-04 21:01 [PATCH] rpcdebug: Add new "state" flag for the nfs module Chuck Lever
2012-06-18 14:58 ` Fwd: " Chuck Lever
@ 2012-06-19 14:41 ` Steve Dickson
1 sibling, 0 replies; 3+ messages in thread
From: Steve Dickson @ 2012-06-19 14:41 UTC (permalink / raw)
To: Chuck Lever; +Cc: linux-nfs
On 06/04/2012 05:01 PM, Chuck Lever wrote:
> Kernel 3.5 adds a debugging flag for showing NFS client debugging
> messages having to do with NFSv4 state operations.
>
> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Committed... Sorry for taking so long... Pings do work!!! ;-)
steved.
> ---
>
> support/include/nfs/debug.h | 1 +
> tools/rpcdebug/rpcdebug.c | 1 +
> 2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/support/include/nfs/debug.h b/support/include/nfs/debug.h
> index dbec5ba..80a1b1d 100644
> --- a/support/include/nfs/debug.h
> +++ b/support/include/nfs/debug.h
> @@ -79,6 +79,7 @@ enum {
> #define NFSDBG_FSCACHE 0x0800
> #define NFSDBG_PNFS 0x1000
> #define NFSDBG_PNFS_LD 0x2000
> +#define NFSDBG_STATE 0x4000
> #define NFSDBG_ALL 0xFFFF
>
> #endif /* _NFS_DEBUG_H */
> diff --git a/tools/rpcdebug/rpcdebug.c b/tools/rpcdebug/rpcdebug.c
> index 444616d..d6e10d3 100644
> --- a/tools/rpcdebug/rpcdebug.c
> +++ b/tools/rpcdebug/rpcdebug.c
> @@ -170,6 +170,7 @@ static struct flagmap {
> FLAG(NFS, FSCACHE),
> FLAG(NFS, PNFS),
> FLAG(NFS, PNFS_LD),
> + FLAG(NFS, STATE),
> FLAG(NFS, ALL),
>
> /* nfsd */
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-19 14:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 21:01 [PATCH] rpcdebug: Add new "state" flag for the nfs module Chuck Lever
2012-06-18 14:58 ` Fwd: " Chuck Lever
2012-06-19 14:41 ` Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).