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