]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
NFS: Properly set NFS v4.2 NFSDBG_FACILITY
authorAnna Schumaker <Anna.Schumaker@netapp.com>
Mon, 16 Nov 2015 19:51:07 +0000 (14:51 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 24 Nov 2015 02:53:59 +0000 (21:53 -0500)
NFS v4.2 operations can work outside of pNFS, so dprintk() output
shouldn't be placed under NFSDBG_PNFS.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs42proc.c

index 303d22ef4f370af9734d0eb8c740abfe53d87be3..6b1ce9825430c7c9659b49ac9bff545b620bd7bb 100644 (file)
@@ -14,7 +14,7 @@
 #include "pnfs.h"
 #include "internal.h"
 
-#define NFSDBG_FACILITY NFSDBG_PNFS
+#define NFSDBG_FACILITY NFSDBG_PROC
 
 static int nfs42_set_rw_stateid(nfs4_stateid *dst, struct file *file,
                                fmode_t fmode)