From fd03f2753af313fc90e59a4ef944106fac3afc0c Mon Sep 17 00:00:00 2001 From: charles Date: Thu, 3 Apr 2003 17:58:56 +0000 Subject: [PATCH] *** empty log message *** --- yaffs_guts.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yaffs_guts.c b/yaffs_guts.c index d724659..d82da3f 100644 --- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -14,7 +14,7 @@ */ //yaffs_guts.c -const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.23 2003-04-03 17:32:11 charles Exp $"; +const char *yaffs_guts_c_version="$Id: yaffs_guts.c,v 1.24 2003-04-03 17:58:56 charles Exp $"; #include "yportenv.h" @@ -3162,7 +3162,7 @@ static yaffs_ChunkCache *yaffs_GrabChunkCacheWorker(yaffs_Device *dev) { //T(("Grabbing empty %d\n",i)); - printf("Grabbing empty %d\n",i); + //printf("Grabbing empty %d\n",i); return &dev->srCache[i]; } @@ -3186,7 +3186,7 @@ static yaffs_ChunkCache *yaffs_GrabChunkCacheWorker(yaffs_Device *dev) //T(("Grabbing non-empty %d\n",theOne)); - if(theOne >= 0) printf("Grabbed non-empty cache %d\n",theOne); + //if(theOne >= 0) printf("Grabbed non-empty cache %d\n",theOne); return theOne >= 0 ? &dev->srCache[theOne] : NULL; } @@ -3239,7 +3239,7 @@ static yaffs_ChunkCache *yaffs_GrabChunkCache(yaffs_Device *dev) if(!cache || cache->dirty) { - printf("Dirty "); + //printf("Dirty "); yaffs_FlushFilesChunkCache(theObj); // Try again @@ -3247,7 +3247,7 @@ static yaffs_ChunkCache *yaffs_GrabChunkCache(yaffs_Device *dev) } else { - printf(" pushout %d\n",pushout); + //printf(" pushout %d\n",pushout); } } @@ -4810,7 +4810,7 @@ int yaffs_GetNumberOfFreeChunks(yaffs_Device *dev) } - printf("___________ nFreeChunks is %d nFree is %d\n",dev->nFreeChunks,nFree); + // printf("___________ nFreeChunks is %d nFree is %d\n",dev->nFreeChunks,nFree); if(nFree < 0) nFree = 0; -- 2.30.2