Changes by: buckweat (buckweat at unknown.email)
Date: 2002-09-11 15:28:59 -0700 (Wed, 11 Sep 2002)
Revision: 1635
Log message:

      Alright, truncate should now be supported. Contrary to what I thought,
      iops->truncate() *is* actually used. I didn't notice it before because
      it is located in mm/, not in fs/. Unfortunately, we don't really want to
      be called the way it is called, so we have to catch it earlier, i.e. in
      iops->setattr().
      
      Actual testing of this will have to wait until I write some tests.
      

Changes  Path
+26 -0 mojavefs/src/fio/chunk.c
+100 -15 mojavefs/src/fio/file.c
+3 -0 mojavefs/src/fio/fio.h