Commit 67538af2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move retries behind refcount so it is cleared when busyobj is recycled.

Spotted by:	martin
parent 71a357ab
......@@ -523,8 +523,8 @@ struct busyobj {
* All fields from refcount and down are zeroed when the busyobj
* is recycled.
*/
int retries;
unsigned refcount;
int retries;
double t_fetch;
struct req *req;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment