lkml.org 
[lkml]   [1997]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.1.45-pre6 patch to make isofs compile as a module
2.1.45-pre6 did not EXPORT_SYMBOL(d_alloc_root), so isofs would not
compile as a module.

This patch adds this into kernel/ksyms.c.

diff -urN linux-2.1.45-pre6.clean/kernel/ksyms.c linux-2.1.45-pre6.benc/kernel/ksyms.c
--- linux-2.1.45-pre6.clean/kernel/ksyms.c Wed Jul 16 01:32:28 1997
+++ linux-2.1.45-pre6.benc/kernel/ksyms.c Wed Jul 16 01:39:50 1997
@@ -359,6 +359,7 @@
EXPORT_SYMBOL(__down);
EXPORT_SYMBOL(__up);
EXPORT_SYMBOL(securelevel);
+EXPORT_SYMBOL(d_alloc_root);

/* all busmice */
EXPORT_SYMBOL(add_mouse_randomness);


\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.041 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site