summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
diff options
context:
space:
mode:
authorChuck Lever2012-05-22 04:45:24 +0200
committerTrond Myklebust2012-05-22 22:45:42 +0200
commite3c0fb7ef515852619932b0da993baa2d107684d (patch)
treec187f17fbf5435c4037a3ae4d433ccc5a76679e4 /fs/nfs/nfs4state.c
parentNFS: Don't swap bytes in nfs4_construct_boot_verifier() (diff)
downloadkernel-qcow2-linux-e3c0fb7ef515852619932b0da993baa2d107684d.tar.gz
kernel-qcow2-linux-e3c0fb7ef515852619932b0da993baa2d107684d.tar.xz
kernel-qcow2-linux-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 'fs/nfs/nfs4state.c')
-rw-r--r--fs/nfs/nfs4state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index 7f0fcfc1fe9d..f8c06dec6563 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -57,6 +57,8 @@
#include "internal.h"
#include "pnfs.h"
+#define NFSDBG_FACILITY NFSDBG_STATE
+
#define OPENOWNER_POOL_SIZE 8
const nfs4_stateid zero_stateid;