Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27968
b: refs/heads/master
c: 1af0422
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent b2a7ad9 commit 1bed289
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 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: eae19a762de975e109394b1edcba6587323c7d1a
refs/heads/master: 1af042271f9bf7601f7ecf4d328ccde3a44d2c72
25 changes: 12 additions & 13 deletions trunk/include/linux/sunrpc/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@
#ifndef _LINUX_SUNRPC_DEBUG_H_
#define _LINUX_SUNRPC_DEBUG_H_

#include <linux/config.h>

#include <linux/timer.h>
#include <linux/workqueue.h>

/*
* Enable RPC debugging/profiling.
*/
#ifdef CONFIG_SYSCTL
#define RPC_DEBUG
#endif
/* #define RPC_PROFILE */

/*
* RPC debug facilities
*/
Expand All @@ -40,6 +27,18 @@
#define RPCDBG_ALL 0x7fff

#ifdef __KERNEL__
#include <linux/config.h>

#include <linux/timer.h>
#include <linux/workqueue.h>

/*
* Enable RPC debugging/profiling.
*/
#ifdef CONFIG_SYSCTL
#define RPC_DEBUG
#endif
/* #define RPC_PROFILE */

/*
* Debugging macros etc
Expand Down

0 comments on commit 1bed289

Please sign in to comment.