lkml.org 
[lkml]   [2003]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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--- 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);
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.037 / U:0.748 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site