Hi,
modular xfs has unresolved symbols in 2.4.21-rc2-ac2.
The attached patch fixes it.
LLaP
bero
--
Ark Linux - Linux for the masses
http://www.arklinux.org/
Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php
On Mon, May 19, 2003 at 07:37:05PM +0200, Bernhard Rosenkraenzer wrote:
> spin_unlock(&pagecache_lock);
> return page;
> }
> +EXPORT_SYMBOL_GPL(find_trylock_page);
2.5 exports this without _GPL so this is a bit inconsistant..
But yeah, sorry for missing those exports in my update for Alan, I
have XFS builtin usually of course :)