commit | 6f00866ddd15724eb20eac4ddf6e2c6c1a6cfcdc | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Mar 20 14:12:46 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 21 09:31:44 2012 -0400 |
tree | 14c33fa0d8dfe765175c3972d1fd746ef766c150 | |
parent | ffa94db6042e6fd014ae0bed8832ac707ef2afe9 [diff] [blame] |
NFS: Fix more NFS debug related build warnings Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 69ec9cb..52a1bdb 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h
@@ -661,8 +661,10 @@ # undef ifdebug # ifdef NFS_DEBUG # define ifdebug(fac) if (unlikely(nfs_debug & NFSDBG_##fac)) +# define NFS_IFDEBUG(x) x # else # define ifdebug(fac) if (0) +# define NFS_IFDEBUG(x) # endif #endif /* __KERNEL */