From: nathan Date: Fri, 19 Sep 2008 23:45:56 +0000 (+0000) Subject: b=14836 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~227 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d47d62c8582f79c318f2054a8c760d88ad6b1117;p=fs%2Flustre-release.git b=14836 i=adilger i=johann attachments 19188 qos remove extra putref --- diff --git a/lustre/lov/lov_qos.c b/lustre/lov/lov_qos.c index 0080dea..d37cfd7 100644 --- a/lustre/lov/lov_qos.c +++ b/lustre/lov/lov_qos.c @@ -658,7 +658,7 @@ static int alloc_qos(struct obd_export *exp, int *idx_arr, int *stripe_cnt, ENTRY; if (stripe_cnt_min < 1) - GOTO(out, rc = -EINVAL); + RETURN(-EINVAL); lov_getref(exp->exp_obd); down_write(&lov->lov_qos.lq_rw_sem);