diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index 269f8ee..41a880f 100644 --- a/src/sys/ubixfs/dirCache.c +++ b/src/sys/ubixfs/dirCache.c @@ -129,7 +129,7 @@ } /* ubixfs_dirCacheFind */ struct cacheNode * -ubixfs_dirCacheNew(const char * name) { +ubixfs_cacheNew(const char * name) { struct cacheNode * tmp = kmalloc(sizeof(struct cacheNode)); assert(tmp); tmp->parent = tmp; @@ -202,6 +202,9 @@ /*** $Log$ + Revision 1.12 2004/07/21 22:18:37 flameshadow + chg: renamed subDirsHead/Tail members of cacheNode to fileListHead/Tail + Revision 1.11 2004/07/21 22:12:22 flameshadow add: attributes tag in cacheNode add: setting of attributes in ubixfx_cacheNew() and ubixfs_cacheFind() @@ -218,6 +221,9 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + You like leaving out Revision 1.12 2004/07/21 22:18:37 flameshadow + You like leaving out chg: renamed subDirsHead/Tail members of cacheNode to fileListHead/Tail + You like leaving out You like leaving out Revision 1.11 2004/07/21 22:12:22 flameshadow You like leaving out add: attributes tag in cacheNode You like leaving out add: setting of attributes in ubixfx_cacheNew() and ubixfs_cacheFind()