>
>
> Russell Cattelan writes:
> => Daniel Moore wrote:
> =>
> => > when trying to load a t-o-t XFS built as modules with KIOBUF
> => > enabled, I get unresolved symbols when insmod'ing page_buf.o:
> => >
> => > unresolved symbol PB_MIN_DIRTY_PAGES
> => > unresolved symbol ll_rw_kio
> => >
> => > I've had this problem for days now... I've tried rebuilding
> => > everything but to no avail..
> =>
> => Is this the 2.4 tree?
> => or the 2.3-99 tree?
> =>
> => I think Steve has the 2.4 tree compiling finally, but I haven't verify
> => that yet.
> => Try building everything from scratch.
>
> 2.3 still - I haven't been game to try 2.4 yet. I have rebuilt from scratch
> a couple of times after p_tupdates. Both symbols are actually defined
> in the kernel but don't seem to be exported to the modular page_buf. I
> don't know what the mechanism is for this...
>
>
>
I know that in the case of PB_MIN_DIRTY_PAGES you need to rebuild &
reboot the uptodate kernel, PB_MIN_DIRTY_PAGES is defined and exported
from filemap.c....
-Ted
|