rxrpc: Make sure sendmsg() is woken on call completion
Make sure that sendmsg() gets woken up if the call it is waiting for completes abnormally. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -758,6 +758,7 @@ static inline bool __rxrpc_set_call_completion(struct rxrpc_call *call,
|
|||||||
call->error = error;
|
call->error = error;
|
||||||
call->completion = compl,
|
call->completion = compl,
|
||||||
call->state = RXRPC_CALL_COMPLETE;
|
call->state = RXRPC_CALL_COMPLETE;
|
||||||
|
wake_up(&call->waitq);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user