From d47d62c8582f79c318f2054a8c760d88ad6b1117 Mon Sep 17 00:00:00 2001
From: nathan <nathan>
Date: Fri, 19 Sep 2008 23:45:56 +0000
Subject: [PATCH] b=14836 i=adilger i=johann attachments 19188 qos remove extra
 putref

---
 lustre/lov/lov_qos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/lov/lov_qos.c b/lustre/lov/lov_qos.c
index 0080deaf87..d37cfd75df 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);
-- 
GitLab