From e2f8ff444638b4313431e85a38440b084ccfa937 Mon Sep 17 00:00:00 2001 From: charles Date: Mon, 9 Nov 2009 22:19:50 +0000 Subject: [PATCH] More test stuff --- direct/tests/yaffs_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 2.30.2