Changes by: buckweat (buckweat at unknown.email)
Date: 2002-05-28 11:49:43 -0700 (Tue, 28 May 2002)
Revision: 1575
Log message:

      We now compile without any warnings. I added some ugliness in order to
      let us access the sbi whenever we want to. I also wrote up a
      mojave_get_sbi function. I changed my mind, and it now has the following
      prototype:
      
      struct mojave_sb_info *mojave_get_sbi(kdev_t);
      
      instead of
      
      struct mojave_sb_info *mojave_get_sbi(struct inode *);
      
      I did this because any time we have an inode, we will also have the
      device it's on, but the converse may not be true (not sure).
      
      Jason
      

Changes  Path
+11 -16 mojavefs/src/fio/dir.c
+6 -2 mojavefs/src/fio/fio.h
+7 -0 mojavefs/src/fio/fio_mod.c
+7 -1 mojavefs/src/fio/inode.c
+4 -0 mojavefs/src/fio/mojave_filter.h
+21 -24 mojavefs/src/fio/super.c