aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/sched.c')
-rw-r--r--net/sunrpc/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c
index b1b49edd7c4d..c292a5e1a70c 100644
--- a/net/sunrpc/sched.c
+++ b/net/sunrpc/sched.c
@@ -770,7 +770,7 @@ static void __rpc_execute(struct rpc_task *task)
770 if (do_action == NULL) 770 if (do_action == NULL)
771 break; 771 break;
772 } 772 }
773 trace_rpc_task_run_action(task->tk_client, task, task->tk_action); 773 trace_rpc_task_run_action(task->tk_client, task, do_action);
774 do_action(task); 774 do_action(task);
775 775
776 /* 776 /*