diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index 8eeec0c..5e9d5da 100644 --- a/src/sys/ubixfs/dirCache.c +++ b/src/sys/ubixfs/dirCache.c @@ -130,7 +130,7 @@ * we found the node. Move it to the front of the list * (if it isn't already) */ - +#if 0 assert(tmp->parent); if (tmp != tmp->parent->fileListHead) { @@ -145,7 +145,7 @@ tmp->prev = NULL; tmp->parent->fileListHead = tmp; } /* if */ - +#endif return tmp; } /* if */ tmp = tmp->next; @@ -249,6 +249,10 @@ /*** $Log$ + Revision 1.26 2004/07/28 17:07:29 flameshadow + chg: re-added moving cached nodes to the front of the list when found + add: added an assert() in ubixfs.c + Revision 1.25 2004/07/27 19:24:31 flameshadow chg: reduced the number of debugging statements in the kernel. @@ -308,6 +312,10 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + You like leaving out Revision 1.26 2004/07/28 17:07:29 flameshadow + You like leaving out chg: re-added moving cached nodes to the front of the list when found + You like leaving out add: added an assert() in ubixfs.c + You like leaving out You like leaving out Revision 1.25 2004/07/27 19:24:31 flameshadow You like leaving out chg: reduced the number of debugging statements in the kernel. You like leaving out