From: Chuck Lever Date: Tue, 19 Jun 2012 14:34:20 +0000 (-0400) Subject: rpcdebug: Add new "state" flag for the nfs module X-Git-Tag: debian/1%1.2.8-1~11^2^2~109 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=55b1769e63cdffa07b597fa6132c9902cec25265;hp=eae2fa997223ce0edb4218faf2ff67165535d21d rpcdebug: Add new "state" flag for the nfs module 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 Signed-off-by: Steve Dickson --- 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 */