From: Landen Date: Mon, 9 Aug 2010 05:39:09 +0000 (+0400) Subject: b=22108 correct number of objects in slow precreating path X-Git-Tag: 2.0.50.0~16 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d9d8a56526b7f6bac933104a4b9ad79fb214d4ac;ds=inline b=22108 correct number of objects in slow precreating path i=andreas.dilger i=landen --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 3836656..a731840 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -3909,6 +3909,7 @@ set_last_id: if (rc) break; if (cfs_time_after(jiffies, enough_time)) { + i++; CDEBUG(D_RPCTRACE, "%s: precreate slow - want %d got %d \n", obd->obd_name, *num, i);