lkml.org 
[lkml]   [1999]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: pre2.3.27-5 scsi_mod.o unresolved symbols
"Garst R. Reese" wrote:
>
> proc_lookup
> proc_readdir

You need this patch. Though this is only temporary, existing only until
the SCSI inode operations go away with the rest of the SCSI procfs
cleanup.

--
Jeff Garzik | Just once, I wish we would encounter
Building 1024 | an alien menace that wasn't immune to
MandrakeSoft, Inc. | bullets. -- The Brigadier, "Dr. Who"Index: fs/proc/procfs_syms.c
===================================================================
RCS file: /g/cvslan/linux_2_3/fs/proc/procfs_syms.c,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 procfs_syms.c
--- fs/proc/procfs_syms.c 1999/11/09 22:40:33 1.1.1.5
+++ fs/proc/procfs_syms.c 1999/11/10 09:43:20
@@ -18,6 +18,8 @@
EXPORT_SYMBOL(proc_dir_inode_operations);
EXPORT_SYMBOL(proc_net);
EXPORT_SYMBOL(proc_bus);
+EXPORT_SYMBOL(proc_lookup);
+EXPORT_SYMBOL(proc_readdir);

#if defined(CONFIG_SUN_OPENPROMFS_MODULE)
EXPORT_SYMBOL(proc_openprom_register);
\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.118 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site