aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/rxrpc.c')
-rw-r--r--fs/afs/rxrpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/rxrpc.c b/fs/afs/rxrpc.c
index 2543f24d23f8..560dd5ff5a15 100644
--- a/fs/afs/rxrpc.c
+++ b/fs/afs/rxrpc.c
@@ -573,6 +573,7 @@ static long afs_wait_for_call_to_complete(struct afs_call *call,
573 call->need_attention = false; 573 call->need_attention = false;
574 __set_current_state(TASK_RUNNING); 574 __set_current_state(TASK_RUNNING);
575 afs_deliver_to_call(call); 575 afs_deliver_to_call(call);
576 timeout = rtt2;
576 continue; 577 continue;
577 } 578 }
578 579