sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
[linux-2.6-block.git] / fs / nfsd / nfs4recover.c
index 9c271f42604a3644e9e826af6f252348e1429249..8f1af78ebb674c93ca7fb5a5b5a13c2c9ae30416 100644 (file)
@@ -670,7 +670,6 @@ __cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg)
        }
 
        schedule();
-       set_current_state(TASK_RUNNING);
 
        if (msg.errno < 0)
                ret = msg.errno;