Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2002-06-04 01:02:00 -0700 (Tue, 04 Jun 2002)
Revision: 1592
Log message:

      
      I think I identified one of the problems in mojave_file_open. I only added a
      comment for now and I will try to fix it tomorrow morning. It refers to the
      fact that when a new file is created the chunk table associated with that
      file needs to be written as well.
      
      Another obvious problem is that ls will return the size of the chunk table
      rather than the size of the file (or something like that) and we need to fix
      that too.
      

Changes  Path
+9 -0 mojavefs/src/bin/Makefile
+21 -1 mojavefs/src/fio/file.c