From 6ecfccc437092ac1de94a98d67b856a369491665 Mon Sep 17 00:00:00 2001 From: tianzy <tianzy> Date: Wed, 13 Feb 2008 07:59:51 +0000 Subject: [PATCH] Branch b1_6 an unnecessary block in osts for waiting in-flight quota request b=14783 i=Johann i=andrew.perepechko --- lustre/quota/quota_interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/quota/quota_interface.c b/lustre/quota/quota_interface.c index d28cbc1cda..f86afef13c 100644 --- a/lustre/quota/quota_interface.c +++ b/lustre/quota/quota_interface.c @@ -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) { -- GitLab