diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index 552cf3e..01879d0 100644 --- a/src/sys/ubixfs/dirCache.c +++ b/src/sys/ubixfs/dirCache.c @@ -51,7 +51,7 @@ unsigned int i = 0x0; char dirName[256]; char * nextDir = NULL; -kprintf("looking for %s\n", name); +//kprintf("looking for %s\n", name); assert(name); assert(head); assert(*name); @@ -232,6 +232,9 @@ /*** $Log$ + Revision 1.18 2004/07/22 19:54:50 flameshadow + chg: works now. Thanx ubu + Revision 1.17 2004/07/22 19:01:59 flameshadow chg: more directory and file caching @@ -266,6 +269,9 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + You like leaving out Revision 1.18 2004/07/22 19:54:50 flameshadow + You like leaving out chg: works now. Thanx ubu + You like leaving out You like leaving out Revision 1.17 2004/07/22 19:01:59 flameshadow You like leaving out chg: more directory and file caching You like leaving out diff --git a/src/sys/ubixfs/ubixfs.c b/src/sys/ubixfs/ubixfs.c index c229855..ed280b6 100644 --- a/src/sys/ubixfs/ubixfs.c +++ b/src/sys/ubixfs/ubixfs.c @@ -177,7 +177,7 @@ struct directoryEntry * dirEntry = NULL; struct ubixFSInfo *fsInfo = fd->mp->fsInfo; - kprintf("openFileUbixFS(%s), cwd: %s\n", file, _current->oInfo.cwd); + //kprintf("openFileUbixFS(%s), cwd: %s\n", file, _current->oInfo.cwd); if (fsInfo->dirCache == NULL) kprintf("dirCache is null!\n"); assert(fd); @@ -534,6 +534,9 @@ /*** $Log$ + Revision 1.31 2004/07/22 22:37:03 reddawg + Caching is working now the FS is extremely fast but needs to be optimized to do 32bit copies over 8bit + Revision 1.30 2004/07/22 19:01:59 flameshadow chg: more directory and file caching