Skip to content

Commit 291e1b9

Browse files
amschuma-ntaptrondmypd
authored andcommitted
NFS: Properly set NFS v4.2 NFSDBG_FACILITY
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>
1 parent 6b7153d commit 291e1b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nfs/nfs42proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include "pnfs.h"
1515
#include "internal.h"
1616

17-
#define NFSDBG_FACILITY NFSDBG_PNFS
17+
#define NFSDBG_FACILITY NFSDBG_PROC
1818

1919
static int nfs42_set_rw_stateid(nfs4_stateid *dst, struct file *file,
2020
fmode_t fmode)

0 commit comments

Comments
 (0)