diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2015-09-24 20:57:03 +0800 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-10-21 15:49:23 -0500 |
commit | 39de493e8801812cae076a02d84b4f80b88f94b9 (patch) | |
tree | 55a5ee965ae2a382df1d4d5b2f005621f801d8a7 /fs/nfs/callback_proc.c | |
parent | f765bf762bb57d8bda825e5440a4801232cd835f (diff) | |
download | linux-39de493e8801812cae076a02d84b4f80b88f94b9.tar.gz linux-39de493e8801812cae076a02d84b4f80b88f94b9.tar.bz2 linux-39de493e8801812cae076a02d84b4f80b88f94b9.zip |
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>
Diffstat (limited to 'fs/nfs/callback_proc.c')
-rw-r--r-- | fs/nfs/callback_proc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/callback_proc.c b/fs/nfs/callback_proc.c index b85cf7a30232..807eb6ef4f91 100644 --- a/fs/nfs/callback_proc.c +++ b/fs/nfs/callback_proc.c @@ -17,9 +17,7 @@ #include "nfs4session.h" #include "nfs4trace.h" -#ifdef NFS_DEBUG #define NFSDBG_FACILITY NFSDBG_CALLBACK -#endif __be32 nfs4_callback_getattr(struct cb_getattrargs *args, struct cb_getattrres *res, |