Skip to content
Snippets Groups Projects
Commit 28844d37 authored by Eric Mei's avatar Eric Mei
Browse files

branch: b1_6

Do not skip at_check_timed in AT_OFF mode, early replies might still be
sent out until affected RPCs will drain eventually.
b=15341
r=nathan
r=rread
parent 0409338d
No related branches found
No related tags found
No related merge requests found
......@@ -777,9 +777,6 @@ static int ptlrpc_at_check_timed(struct ptlrpc_service *svc)
int first, counter = 0;
ENTRY;
if (AT_OFF)
RETURN(0);
spin_lock(&svc->srv_at_lock);
if (svc->srv_at_check == 0) {
spin_unlock(&svc->srv_at_lock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment