mirror of https://gitee.com/openkylin/linux.git
NFS: Remove unneeded NFS_DEBUG checking before define NFSDBG_FACILITY
It's not needed to checking NFS_DEBUG before define NFSDBG_FACILITY, remove it. Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
f765bf762b
commit
39de493e88
|
@ -17,9 +17,7 @@
|
||||||
#include "nfs4session.h"
|
#include "nfs4session.h"
|
||||||
#include "nfs4trace.h"
|
#include "nfs4trace.h"
|
||||||
|
|
||||||
#ifdef NFS_DEBUG
|
|
||||||
#define NFSDBG_FACILITY NFSDBG_CALLBACK
|
#define NFSDBG_FACILITY NFSDBG_CALLBACK
|
||||||
#endif
|
|
||||||
|
|
||||||
__be32 nfs4_callback_getattr(struct cb_getattrargs *args,
|
__be32 nfs4_callback_getattr(struct cb_getattrargs *args,
|
||||||
struct cb_getattrres *res,
|
struct cb_getattrres *res,
|
||||||
|
|
|
@ -16,9 +16,7 @@
|
||||||
#include <linux/nfs_fs.h>
|
#include <linux/nfs_fs.h>
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
#ifdef NFS_DEBUG
|
#define NFSDBG_FACILITY NFSDBG_MOUNT
|
||||||
# define NFSDBG_FACILITY NFSDBG_MOUNT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Defined by RFC 1094, section A.3; and RFC 1813, section 5.1.4
|
* Defined by RFC 1094, section A.3; and RFC 1813, section 5.1.4
|
||||||
|
|
Loading…
Reference in New Issue