From: pschwan Date: Fri, 8 Nov 2002 02:11:41 +0000 (+0000) Subject: merge from HEAD to b_lustre_ba X-Git-Tag: v1_7_110~2^11~239 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2e0c97f3994ab4c1cdc1d04d9cab74b1960b9b61;p=fs%2Flustre-release.git merge from HEAD to b_lustre_ba --- diff --git a/lustre/tests/createmany.c b/lustre/tests/createmany.c index 27ba3f7..4c3bc2a 100644 --- a/lustre/tests/createmany.c +++ b/lustre/tests/createmany.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include @@ -33,6 +34,8 @@ int main(int argc, char ** argv) filename, strerror(errno)); break; } + if ( (i%10000) == 0 ) + printf(" - created %d (time %d)\n", i, time(0)); } return rc; }