From: Trond Myklebust Date: Thu, 15 Mar 2012 01:55:01 +0000 (-0400) Subject: NFS: Fix a compile error when !defined NFS_DEBUG X-Git-Tag: v3.4-rc1~123^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a13f7b33be87d85d8e6652126a3f4d64d164db;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed