Changes by: buckweat (buckweat at unknown.email)
Date: 2002-08-30 12:44:21 -0700 (Fri, 30 Aug 2002)
Revision: 1631
Log message:

      I haven't tested this yet, making it somewhat dubious.
      
      Changes:
         All chunk numbers now unsigned long
         Attempt to cleanup our messes when we fail in mkdir()/create()
         Use strcpy() in mojave_inode_name
         Cut down on excessive goto use
      

Changes  Path
+24 -24 mojavefs/src/fio/chunk.c
+40 -15 mojavefs/src/fio/dir.c
+4 -2 mojavefs/src/fio/file.c
+3 -2 mojavefs/src/fio/fio.h
+1 -2 mojavefs/src/fio/mojave_filter.c