diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index 01879d0..d4b8321 100644 --- a/src/sys/ubixfs/dirCache.c +++ b/src/sys/ubixfs/dirCache.c @@ -120,6 +120,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) { @@ -134,6 +135,7 @@ tmp->prev = NULL; tmp->parent->fileListHead = tmp; } /* if */ +#endif return tmp; } /* if */ tmp = tmp->next; @@ -232,6 +234,9 @@ /*** $Log$ + Revision 1.19 2004/07/22 23:01:51 reddawg + Ok checking in before I sleep + Revision 1.18 2004/07/22 19:54:50 flameshadow chg: works now. Thanx ubu @@ -269,6 +274,9 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + 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 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