]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFS: move NFS_DEBUG definition
authorBenny Halevy <bhalevy@panasas.com>
Wed, 20 Dec 2006 20:29:46 +0000 (22:29 +0200)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:09 +0000 (15:35 -0800)
commit4dc2eaecd4cf0687727e418540bccf956a62ebcf
tree294d9f4f161bd4e9b30f2870c13fddb9ead13a8b
parente148582e10a2c1a23dfc09210df4a18bc6cca4e9
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 <bhalevy@panasas.com>
(Moved definition further down into the __KERNEL__ section: Trond)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/nfs_fs.h