Loading net/sunrpc/sched.c +2 −1 Original line number Diff line number Diff line Loading @@ -637,6 +637,7 @@ static void __rpc_queue_timer_fn(unsigned long ptr) static void __rpc_atrun(struct rpc_task *task) { if (task->tk_status == -ETIMEDOUT) task->tk_status = 0; } Loading Loading
net/sunrpc/sched.c +2 −1 Original line number Diff line number Diff line Loading @@ -637,6 +637,7 @@ static void __rpc_queue_timer_fn(unsigned long ptr) static void __rpc_atrun(struct rpc_task *task) { if (task->tk_status == -ETIMEDOUT) task->tk_status = 0; } Loading