From: trussell@cwis.unomaha.edu (Tim Russell) Subject: Re: New version of the SCSI drivers Date: Tue, 28 Jul 1992 22:54:18 GMT
I downloaded the new version sources and merged them into the 0.96cpl2
tree fine, but when attempting to compile a new kernel I get problems with
the unlock_buffer routine not being found from st.c and sd.c.
It's defined as "extern inline" in kernel/blk_drv/blk.h and then used
by end_request(), also defined (as static) in that file.
Anyone have any idea why unlock_buffer() isn't being picked up as an
inline function?