Whamcloud - gitweb
Branch b1_6
authortianzy <tianzy>
Wed, 13 Feb 2008 07:59:51 +0000 (07:59 +0000)
committertianzy <tianzy>
Wed, 13 Feb 2008 07:59:51 +0000 (07:59 +0000)
an unnecessary block in osts for waiting in-flight quota request
b=14783
i=Johann
i=andrew.perepechko

lustre/quota/quota_interface.c

index d28cbc1..f86afef 100644 (file)
@@ -381,7 +381,6 @@ static int quota_check_common(struct obd_device *obd, unsigned int uid,
                 if (!lqs)
                         continue;
 
-                qctxt_wait_pending_dqacq(qctxt, id[i], i, isblk);
                 rc2[i] = compute_remquota(obd, qctxt, &qdata[i], isblk);
                 spin_lock(&lqs->lqs_lock);
                 if (!cycle) {