Skip to content
Snippets Groups Projects
Commit d47d62c8 authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=14836

i=adilger
i=johann
attachments 19188
qos remove extra putref
parent 58bfefc2
No related branches found
No related tags found
No related merge requests found
...@@ -658,7 +658,7 @@ static int alloc_qos(struct obd_export *exp, int *idx_arr, int *stripe_cnt, ...@@ -658,7 +658,7 @@ static int alloc_qos(struct obd_export *exp, int *idx_arr, int *stripe_cnt,
ENTRY; ENTRY;
if (stripe_cnt_min < 1) if (stripe_cnt_min < 1)
GOTO(out, rc = -EINVAL); RETURN(-EINVAL);
lov_getref(exp->exp_obd); lov_getref(exp->exp_obd);
down_write(&lov->lov_qos.lq_rw_sem); down_write(&lov->lov_qos.lq_rw_sem);
......
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