changeset 314:be5ba5777ba2

More test stuff
author charles <charles>
date Mon, 09 Nov 2009 22:19:50 +0000
parents da192170b4ff
children f4ae7e9b8118
files direct/tests/yaffs_test.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/direct/tests/yaffs_test.c
+++ b/direct/tests/yaffs_test.c
@@ -71,7 +71,8 @@ void yaffs_bash_around(const char *mount
 		
 	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");