2003-05-19 17:24:19

by Bernhard Rosenkraenzer

[permalink] [raw]
Subject: [PATCH] unresolved symbols in 2.4.21-rc2-ac2

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


Attachments:
linux-2.4.21-rc2-ac2-unresolvedsymbols.patch (678.00 B)
Fix unresolved symbols

2003-05-19 17:31:02

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] unresolved symbols in 2.4.21-rc2-ac2

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 :)