Changes by: buckweat (buckweat at unknown.email)
Date: 2002-08-19 17:32:23 -0700 (Mon, 19 Aug 2002)
Revision: 1627
Log message:

      On a roll...
      
      Thanks to the implementation of delete_inode(), we now properly handle
      removal of files by deleting all of their associated chunk information.
      
      Lots of minor bugfixes included as well.
      
      Major remaining issues:
         Handle sys_truncate()
         Fix bug in read() that cuts off output of last chunk
         Make ".chunks" invisible to userspace
      

Changes  Path
+6 -5 mojavefs/src/fio/chunk.c
+50 -30 mojavefs/src/fio/dir.c
+15 -10 mojavefs/src/fio/file.c
+1 -1 mojavefs/src/fio/fio.h
+8 -0 mojavefs/src/fio/mojave_filter.c
+62 -0 mojavefs/src/fio/super.c