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

branch: HEAD

remove a bad assertion.
b=16439
r=wangdi
r=umka
parent 3e445905
No related branches found
No related tags found
No related merge requests found
......@@ -1544,8 +1544,6 @@ static int handle_recovery_req(struct ptlrpc_thread *thread,
static void resume_recovery_timer(struct obd_device *obd)
{
LASSERT(!cfs_timer_is_armed(&obd->obd_recovery_timer));
/* to be safe, make it at least OBD_RECOVERY_FACTOR * obd_timeout */
reset_recovery_timer(obd, OBD_RECOVERY_FACTOR * obd_timeout, 1);
}
......
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