Changes by: buckweat (buckweat at unknown.email)
Date: 2002-06-06 04:21:25 -0700 (Thu, 06 Jun 2002)
Revision: 1602
Log message:

      Chunk entries no longer rely on being looked up via pathname (e.g. in
      $MNT/.chunks). Unfortunately I'm still having trouble creating them, but
      we'll see how this goes. We might end up having to create the same
      structure (with the .chunks dir), but actually do it in a sane way, e.g.
      by looking everything up via dentrys (and having valid dentrys at that)
      rather than by strings. Currently the dentries are faked, with the only
      legitimate field being dentry->d_inode.
      

Changes  Path
+0 -1 mojavefs/src/fio/dir.c
+78 -81 mojavefs/src/fio/file.c
+2 -5 mojavefs/src/fio/fio.h
+2 -7 mojavefs/src/fio/super.c