Changes by: buckweat (buckweat at unknown.email)
Date: 2002-10-07 10:16:25 -0700 (Mon, 07 Oct 2002)
Revision: 1761
Log message:
For some reason I have yet to ascertain, the inclusion of
file.c::mojave_file_setattr() causes insmod to get an unresolved symbol
when loading the fio module (if I remember correctly, the symbol is
mojave_read_super, which shouldn't even be touched here). Since handling
truncation is a fairly low priority right now, I have just commented out
all of the stuff related to setattr, which should allow the module to be
properly built and inserted.
Changes | Path |
+1 -0 | mojavefs/src/fio/dir.c |
+14 -12 | mojavefs/src/fio/file.c |