From: tianzy Date: Tue, 30 Jun 2009 06:24:08 +0000 (+0000) Subject: Branch b_release_1_8_1 X-Git-Tag: v1_8_0_190~18 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0ec05c46384807239c21024e74af7b48762af1cf;p=fs%2Flustre-release.git Branch b_release_1_8_1 fix quota spurious message b=19898 i=tianzy i=panda --- diff --git a/lustre/quota/quota_interface.c b/lustre/quota/quota_interface.c index 461eb5a..c941cee 100644 --- a/lustre/quota/quota_interface.c +++ b/lustre/quota/quota_interface.c @@ -436,7 +436,7 @@ static int quota_chk_acq_common(struct obd_device *obd, unsigned int uid, l_wait_event(waitq, 0, &lwi); } - if (rc < 0 || cycle % 10 == 2) { + if (rc < 0 || cycle % 10 == 0) { spin_lock(&last_print_lock); if (last_print == 0 || cfs_time_before((last_print + cfs_time_seconds(30)),