public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.2 Patch for missing "proc_get_inode" symbol in comx driver
@ 2001-03-28 22:56 Jeff Golds
  2001-03-28 23:31 ` [horrors] " Alexander Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Golds @ 2001-03-28 22:56 UTC (permalink / raw)
  To: linux-kernel

Folks,

Sorry if this has been addressed before, but I didn't see this in the
release notes for the latest ac drivers.

I tried to build the comx driver in the 2.4.2 kernel, but got unresolved
external "proc_get_inode" when I attempted to load the module.  Looks
like all that is missing is an EXPORT_SYMBOL entry in procfs_syms.c

Is there some reason why this function is not being exported or is it
just an error?

Here's the patch if anyone is interested.

*** linux-2.4.2.orig/fs/proc/procfs_syms.c      Mon Sep 11 08:41:07 2000
--- linux/fs/proc/procfs_syms.c Wed Mar 28 11:48:17 2001
***************
*** 19,24 ****
--- 19,25 ----
  EXPORT_SYMBOL(proc_net);
  EXPORT_SYMBOL(proc_bus);
  EXPORT_SYMBOL(proc_root_driver);
+ EXPORT_SYMBOL(proc_get_inode);
 
  static DECLARE_FSTYPE(proc_fs_type, "proc", proc_read_super,
FS_SINGLE);



-Jeff                                                                                
-- 
Jeff Golds
jgolds@resilience.com

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

end of thread, other threads:[~2001-03-28 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-28 22:56 2.4.2 Patch for missing "proc_get_inode" symbol in comx driver Jeff Golds
2001-03-28 23:31 ` [horrors] " Alexander Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox