diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index 2713e2c..552cf3e 100644 --- a/src/sys/ubixfs/dirCache.c +++ b/src/sys/ubixfs/dirCache.c @@ -88,6 +88,7 @@ if (strcmp(tmp->name, dirName) == 0) { if ((tmp->attributes & typeFile) == typeFile || tmp->fileListHead == NULL) { + /* if we're here, then there are no subdirs cached to look through */ dirList = ubixfs_findName((struct directoryEntry *)head->info,nextDir); if (dirList == NULL) return NULL; @@ -231,6 +232,9 @@ /*** $Log$ + Revision 1.17 2004/07/22 19:01:59 flameshadow + chg: more directory and file caching + Revision 1.16 2004/07/22 16:34:32 flameshadow add: file and dir caching kinda work @@ -262,6 +266,9 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + 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 You like leaving out Revision 1.16 2004/07/22 16:34:32 flameshadow You like leaving out add: file and dir caching kinda work You like leaving out