From: charles Date: Mon, 9 Nov 2009 22:19:50 +0000 (+0000) Subject: More test stuff X-Git-Tag: pre-name-change~173 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=e2f8ff444638b4313431e85a38440b084ccfa937 More test stuff --- diff --git a/direct/tests/yaffs_test.c b/direct/tests/yaffs_test.c index 5a1e0c7..81eb100 100644 --- a/direct/tests/yaffs_test.c +++ b/direct/tests/yaffs_test.c @@ -71,7 +71,8 @@ void yaffs_bash_around(const char *mountpt, int n_cycles) while(n_cycles){ if(cycle % 100 == 0){ - printf("CYCLE %8d mo %2d space %d ",cycle,op_max,yaffs_freespace(mountpt)); + printf("CYCLE %8d mo %2d inodes %d space %d ",cycle,op_max, + yaffs_inodecount(mountpt),yaffs_freespace(mountpt)); for(i = 0; i < BASH_HANDLES; i++) printf("%2d ",h[i]); printf("\n");