changeset 347:cfcdcb87c123

More test stuff
author charles
date Mon, 09 Nov 2009 22:19:50 +0000
parents 6750f63cd377
children 47e235ea41c9
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");