X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftests%2Fyaffs_test.c;h=81eb1003b9fe321a8834c322ed447810d70f16ee;hp=5a1e0c77d1c3243631706329e3fbc8d74ed788ef;hb=e2f8ff444638b4313431e85a38440b084ccfa937;hpb=0bd3fe36f9866114a00c9d152a9671071867af4c 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");