Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46085
b: refs/heads/master
c: 4dc2eae
h: refs/heads/master
i:
  46083: 8cb1aab
v: v3
  • Loading branch information
Benny Halevy authored and Trond Myklebust committed Feb 3, 2007
1 parent 94b7ac9 commit 5ddab46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e148582e10a2c1a23dfc09210df4a18bc6cca4e9
refs/heads/master: 4dc2eaecd4cf0687727e418540bccf956a62ebcf
17 changes: 9 additions & 8 deletions trunk/include/linux/nfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@

#include <linux/magic.h>

/*
* Enable debugging support for nfs client.
* Requires RPC_DEBUG.
*/
#ifdef RPC_DEBUG
# define NFS_DEBUG
#endif

/* Default timeout values */
#define NFS_MAX_UDP_TIMEOUT (60*HZ)
#define NFS_MAX_TCP_TIMEOUT (600*HZ)
Expand Down Expand Up @@ -567,6 +559,15 @@ extern void * nfs_root_data(void);
#define NFSDBG_ALL 0xFFFF

#ifdef __KERNEL__

/*
* Enable debugging support for nfs client.
* Requires RPC_DEBUG.
*/
#ifdef RPC_DEBUG
# define NFS_DEBUG
#endif

# undef ifdebug
# ifdef NFS_DEBUG
# define ifdebug(fac) if (unlikely(nfs_debug & NFSDBG_##fac))
Expand Down

0 comments on commit 5ddab46

Please sign in to comment.