linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] unresolved symbols in 2.4.21-rc2-ac2
@ 2003-05-19 17:37 Bernhard Rosenkraenzer
  2003-05-19 17:43 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Rosenkraenzer @ 2003-05-19 17:37 UTC (permalink / raw)
  To: linux-kernel, alan

[-- Attachment #1: Type: TEXT/PLAIN, Size: 255 bytes --]

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

[-- Attachment #2: Fix unresolved symbols --]
[-- Type: TEXT/PLAIN, Size: 678 bytes --]

--- linux-2.4.20/mm/filemap.c.ark	2003-05-14 21:44:02.000000000 +0200
+++ linux-2.4.20/mm/filemap.c	2003-05-14 21:44:21.000000000 +0200
@@ -945,6 +945,7 @@
 	spin_unlock(&pagecache_lock);
 	return page;
 }
+EXPORT_SYMBOL_GPL(find_trylock_page);
 
 /*
  * Must be called with the pagecache lock held,
--- linux-2.4.20/kernel/ksyms.c.bero	2003-05-19 19:24:58.000000000 +0200
+++ linux-2.4.20/kernel/ksyms.c	2003-05-19 19:25:22.000000000 +0200
@@ -167,6 +167,7 @@
 EXPORT_SYMBOL(follow_up);
 EXPORT_SYMBOL(follow_down);
 EXPORT_SYMBOL(lookup_mnt);
+EXPORT_SYMBOL(path_lookup);
 EXPORT_SYMBOL(path_init);
 EXPORT_SYMBOL(path_walk);
 EXPORT_SYMBOL(path_release);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] unresolved symbols in 2.4.21-rc2-ac2
  2003-05-19 17:37 [PATCH] unresolved symbols in 2.4.21-rc2-ac2 Bernhard Rosenkraenzer
@ 2003-05-19 17:43 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2003-05-19 17:43 UTC (permalink / raw)
  To: Bernhard Rosenkraenzer; +Cc: linux-kernel, alan

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-19 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-19 17:37 [PATCH] unresolved symbols in 2.4.21-rc2-ac2 Bernhard Rosenkraenzer
2003-05-19 17:43 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).