aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r--net/sunrpc/sched.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c
index 73ad57a59989..1cb35c753dcd 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -273,10 +273,9 @@ static inline void rpc_task_set_debuginfo(struct rpc_task *task)
273 273
274static void rpc_set_active(struct rpc_task *task) 274static void rpc_set_active(struct rpc_task *task)
275{ 275{
276 trace_rpc_task_begin(task->tk_client, task, NULL);
277
278 rpc_task_set_debuginfo(task); 276 rpc_task_set_debuginfo(task);
279 set_bit(RPC_TASK_ACTIVE, &task->tk_runstate); 277 set_bit(RPC_TASK_ACTIVE, &task->tk_runstate);
278 trace_rpc_task_begin(task->tk_client, task, NULL);
280} 279}
281 280
282/* 281/*