summaryrefslogtreecommitdiff
path: root/fs/nfsd
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2021-03-05 22:22:32 +0300
committerChuck Lever <chuck.lever@oracle.com>2021-03-22 17:19:02 +0300
commit219a170502b3d597c52eeec088aee8fbf7b90da5 (patch)
treee75a022a7b1d1421414d248a826015493d9c0c07 /fs/nfsd
parent6019ce0742ca55d3e45279a19b07d1542747a098 (diff)
downloadlinux-219a170502b3d597c52eeec088aee8fbf7b90da5.tar.xz
NFSD: Clean up NFSDDBG_FACILITY macro
These are no longer needed because there are no dprintk() call sites in these files. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs3xdr.c3
-rw-r--r--fs/nfsd/nfsxdr.c2
2 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfsd/nfs3xdr.c b/fs/nfsd/nfs3xdr.c
index fcfa0d611b93..0a5ebc52e6a9 100644
--- a/fs/nfsd/nfs3xdr.c
+++ b/fs/nfsd/nfs3xdr.c
@@ -14,9 +14,6 @@
#include "netns.h"
#include "vfs.h"
-#define NFSDDBG_FACILITY NFSDDBG_XDR
-
-
/*
* Force construction of an empty post-op attr
*/
diff --git a/fs/nfsd/nfsxdr.c b/fs/nfsd/nfsxdr.c
index b800cfefcab7..a06c05fe3b42 100644
--- a/fs/nfsd/nfsxdr.c
+++ b/fs/nfsd/nfsxdr.c
@@ -9,8 +9,6 @@
#include "xdr.h"
#include "auth.h"
-#define NFSDDBG_FACILITY NFSDDBG_XDR
-
/*
* Mapping of S_IF* types to NFS file types
*/