aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2012-05-21 22:45:24 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-05-22 16:45:42 -0400
commite3c0fb7ef515852619932b0da993baa2d107684d (patch)
treec187f17fbf5435c4037a3ae4d433ccc5a76679e4 /include
parentNFS: Don't swap bytes in nfs4_construct_boot_verifier() (diff)
downloadlinux-dev-e3c0fb7ef515852619932b0da993baa2d107684d.tar.xz
linux-dev-e3c0fb7ef515852619932b0da993baa2d107684d.zip
NFS: Add NFSDBG_STATE
fs/nfs/nfs4state.c does not yet have any dprintk() call sites, and I'm about to introduce some. We will need a new flag for enabling them. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 6cc7dbaf0695..80a9385b88ab 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -634,6 +634,7 @@ nfs_fileid_to_ino_t(u64 fileid)
#define NFSDBG_FSCACHE 0x0800
#define NFSDBG_PNFS 0x1000
#define NFSDBG_PNFS_LD 0x2000
+#define NFSDBG_STATE 0x4000
#define NFSDBG_ALL 0xFFFF
#ifdef __KERNEL__