Changes by: buckweat (buckweat at unknown.email)
Date: 2002-07-29 17:37:42 -0700 (Mon, 29 Jul 2002)
Revision: 1616
Log message:

      Today's changes. We still get panics/oopses when trying to read
      $MNT/.chunks, but this is acceptable for now (as the user should never
      know about that directory). My guess is that it is something related to
      initially creating the directory while mounted as an ext2 partition, and
      then trying to handle it from mojavefs, perhaps something similar to the
      persistence of the root dentry/inode...
      

Changes  Path
+3 -2 mojavefs/src/fio/chunk.c
+1 -2 mojavefs/src/fio/dir.c
+1 -1 mojavefs/src/fio/file.c
+31 -9 mojavefs/src/fio/super.c