diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index d4b8321..b57b1f5 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); @@ -234,6 +234,10 @@ /*** $Log$ + Revision 1.20 2004/07/24 17:19:24 flameshadow + chg: Temporarily disabled the moving of the found cache node to the front + of the list. It seems to cause problems later (race condition, possibly) + Revision 1.19 2004/07/22 23:01:51 reddawg Ok checking in before I sleep @@ -274,6 +278,10 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + You like leaving out Revision 1.20 2004/07/24 17:19:24 flameshadow + You like leaving out chg: Temporarily disabled the moving of the found cache node to the front + You like leaving out of the list. It seems to cause problems later (race condition, possibly) + You like leaving out You like leaving out Revision 1.19 2004/07/22 23:01:51 reddawg You like leaving out Ok checking in before I sleep You like leaving out