linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: "J.A. Magallon" <jamagallon@able.es>, "Randy.Dunlap" <rddunlap@osdl.org>
Cc: marcelo@conectiva.com.br, lkml <linux-kernel@vger.kernel.org>,
	johnstul@us.ibm.com, jamesclv@us.ibm.com
Subject: Re: [PATCH] add seq_file "single" interfaces
Date: Mon, 25 Aug 2003 20:07:10 +0200	[thread overview]
Message-ID: <200308252005.56521.m.c.p@wolk-project.de> (raw)
In-Reply-To: <20030825175728.GA2199@werewolf.able.es>

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

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



[-- Attachment #2: seq-file-for-single-open-exports.patch --]
[-- Type: text/x-diff, Size: 412 bytes --]

--- 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);

      reply	other threads:[~2003-08-25 18:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-25 17:03 [PATCH] add seq_file "single" interfaces Randy.Dunlap
2003-08-25 17:57 ` J.A. Magallon
2003-08-25 18:07   ` Marc-Christian Petersen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200308252005.56521.m.c.p@wolk-project.de \
    --to=m.c.p@wolk-project.de \
    --cc=jamagallon@able.es \
    --cc=jamesclv@us.ibm.com \
    --cc=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    --cc=rddunlap@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).