Commit 1af04227 authored by David Woodhouse's avatar David Woodhouse
Browse files

Sanitise linux/sunrpc/debug.h for userspace consumption



Move some inclusion of private header files and the definition of
RPC_DEBUG inside the existing #ifdef __KERNEL__

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent eae19a76
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
@@ -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
 */
@@ -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