All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Drokin <green@namesys.com>
To: linux-kernel@vger.kernel.org, reiserfs-dev@namesys.com,
	viro@math.psu.edu
Subject: Need more symbols to be exported out of kernel
Date: Mon, 19 Aug 2002 18:42:08 +0400	[thread overview]
Message-ID: <20020819184208.A11022@namesys.com> (raw)

Hello!

   I have implemented file_operations->write() function for reiserfs for
   linux kernel v2.4, and it seems I need these symbols to be exported
   out of kernel for a case when reiserfs is built as a module:
   generic_osync_inode
   remove_suid
   block_commit_write

   I need block_commit_write just because generic_commit_write is doing
   some extra stuff I'd better do myself.
   Will the patch to export these symbols be accepted? (should these be
   exported as GPL sysmbols or not?).

   You can look a my current code on top of 2.4.20-pre2+ at
   ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.19.pending/testing

Bye,
    Oleg

             reply	other threads:[~2002-08-19 14:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-19 14:42 Oleg Drokin [this message]
2002-08-19 14:52 ` Need more symbols to be exported out of kernel Christoph Hellwig
2002-08-19 15:27   ` Oleg Drokin

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=20020819184208.A11022@namesys.com \
    --to=green@namesys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reiserfs-dev@namesys.com \
    --cc=viro@math.psu.edu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.