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>
This commit is contained in:
Chuck Lever 2021-03-05 14:22:32 -05:00
parent 6019ce0742
commit 219a170502
2 changed files with 0 additions and 5 deletions

View File

@ -14,9 +14,6 @@
#include "netns.h"
#include "vfs.h"
#define NFSDDBG_FACILITY NFSDDBG_XDR
/*
* Force construction of an empty post-op attr
*/

View File

@ -9,8 +9,6 @@
#include "xdr.h"
#include "auth.h"
#define NFSDDBG_FACILITY NFSDDBG_XDR
/*
* Mapping of S_IF* types to NFS file types
*/