diff options
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r-- | net/sunrpc/sched.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index 5dea47eb31bb..b1b49edd7c4d 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c | |||
@@ -274,10 +274,9 @@ static inline void rpc_task_set_debuginfo(struct rpc_task *task) | |||
274 | 274 | ||
275 | static void rpc_set_active(struct rpc_task *task) | 275 | static void rpc_set_active(struct rpc_task *task) |
276 | { | 276 | { |
277 | trace_rpc_task_begin(task->tk_client, task, NULL); | ||
278 | |||
279 | rpc_task_set_debuginfo(task); | 277 | rpc_task_set_debuginfo(task); |
280 | set_bit(RPC_TASK_ACTIVE, &task->tk_runstate); | 278 | set_bit(RPC_TASK_ACTIVE, &task->tk_runstate); |
279 | trace_rpc_task_begin(task->tk_client, task, NULL); | ||
281 | } | 280 | } |
282 | 281 | ||
283 | /* | 282 | /* |