NFS: Fix a compile error when !defined NFS_DEBUG
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 15 Mar 2012 01:55:01 +0000 (21:55 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 15 Mar 2012 01:55:01 +0000 (21:55 -0400)
commit95a13f7b33be87d85d8e6652126a3f4d64d164db
treef21f2f0655e2205029a9edb16d7dca4b8d4e033a
parent96dcadc2fdd111dca90d559f189a30c65394451a
NFS: Fix a compile error when !defined NFS_DEBUG

We should use the 'ifdebug' wrapper rather than trying to inline
tests of nfs_debug, so that the code compiles correctly when we
don't define NFS_DEBUG.

Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c