From: Benny Halevy Date: Wed, 20 Dec 2006 20:29:46 +0000 (+0200) Subject: NFS: move NFS_DEBUG definition X-Git-Tag: v2.6.21-rc1~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc2eaecd4cf0687727e418540bccf956a62ebcf;p=pandora-kernel.git NFS: move NFS_DEBUG definition Trond, looks like the changes to include/linux/nfs_fs.h in 2.6.18 that moved the #include's of sunrpc header files into the #ifdef __KERNEL__ block disabled nfs debugging for all nfs c file not including any sunrpc header. The following patch moves the definition down, right before its use for defining ifdebug. Signed-off-by: Benny Halevy (Moved definition further down into the __KERNEL__ section: Trond) Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed