Loading net/sunrpc/sched.c +3 −1 Original line number Diff line number Diff line Loading @@ -903,8 +903,10 @@ static void __rpc_execute(struct rpc_task *task) /* * Lockless check for whether task is sleeping or not. */ if (!RPC_IS_QUEUED(task)) if (!RPC_IS_QUEUED(task)) { cond_resched(); continue; } /* * Signalled tasks should exit rather than sleep. Loading Loading
net/sunrpc/sched.c +3 −1 Original line number Diff line number Diff line Loading @@ -903,8 +903,10 @@ static void __rpc_execute(struct rpc_task *task) /* * Lockless check for whether task is sleeping or not. */ if (!RPC_IS_QUEUED(task)) if (!RPC_IS_QUEUED(task)) { cond_resched(); continue; } /* * Signalled tasks should exit rather than sleep. Loading