Changes by: buckweat (buckweat at unknown.email)
Date: 2002-05-28 10:28:33 -0700 (Tue, 28 May 2002)
Revision: 1574
Log message:

      I moved read_super to super.c so that fio_mod only contains stuff
      relevant to the module. Several small errors were also fixed inside
      read_super. The added file, dcache.c, doesn't really contain anything
      yet.
      

Changes  Path
+1 -1 mojavefs/src/fio/Makefile
Added mojavefs/src/fio/dcache.c
Properties mojavefs/src/fio/dcache.c
+4 -0 mojavefs/src/fio/fio.h
+0 -105 mojavefs/src/fio/fio_mod.c
+109 -5 mojavefs/src/fio/super.c