After successfully compiling the module, I get the
message "/lib/modules/2.4.16/kernel/fs/hfs/hfsplus.o:
unresolved symbol sb_bread"
when I try to insmod it. Any ideas ?
It looks like that function is a new one. I can't find
exactly when it got added, but it sounds like it appeared in
2.4.18, which is what I'm using. I'll change it back to the
old way so people can compile against slightly older
kernels. They made it nearly impossible to have the same
code compile on all 2.4 kernels, tho...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=73195
It looks like that function is a new one. I can't find
exactly when it got added, but it sounds like it appeared in
2.4.18, which is what I'm using. I'll change it back to the
old way so people can compile against slightly older
kernels. They made it nearly impossible to have the same
code compile on all 2.4 kernels, tho...