lkml.org 
[lkml]   [2003]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [PATCH] add seq_file "single" interfaces
Date
On Monday 25 August 2003 19:57, J.A. Magallon wrote:

> > This patch adds the seq_file "single" interfaces from 2.6.0-test4
> > to 2.4.22++. This will enable larger /proc/interrupts and
> > /proc/mdstat, which currently have some oopsing problems
> > with large outputs.
> > Please apply.

> How about exporting them in kernel/ksyms ?

Right.

ciao, Marc


--- a/kernel/ksyms.c Thu Apr 17 10:42:17 2003
+++ b/kernel/ksyms.c Thu Apr 17 14:49:54 2003
@@ -515,6 +515,10 @@ EXPORT_SYMBOL(seq_open);
EXPORT_SYMBOL(seq_release);
EXPORT_SYMBOL(seq_read);
EXPORT_SYMBOL(seq_lseek);
+EXPORT_SYMBOL(seq_path);
+EXPORT_SYMBOL(single_open);
+EXPORT_SYMBOL(single_release);
+EXPORT_SYMBOL(seq_release_private);

/* Program loader interfaces */
EXPORT_SYMBOL(setup_arg_pages);
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.110 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site