aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/sched.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h
index 46ebef1788c6..41b9f971c9fb 100644
--- a/include/linux/sunrpc/sched.h
+++ b/include/linux/sunrpc/sched.h
@@ -41,9 +41,6 @@ struct rpc_wait {
41 * This is the RPC task struct 41 * This is the RPC task struct
42 */ 42 */
43struct rpc_task { 43struct rpc_task {
44#ifdef RPC_DEBUG
45 unsigned long tk_magic; /* 0xf00baa */
46#endif
47 atomic_t tk_count; /* Reference count */ 44 atomic_t tk_count; /* Reference count */
48 struct list_head tk_task; /* global list of tasks */ 45 struct list_head tk_task; /* global list of tasks */
49 struct rpc_clnt * tk_client; /* RPC client */ 46 struct rpc_clnt * tk_client; /* RPC client */