All of lore.kernel.org
 help / color / mirror / Atom feed
* Need more symbols to be exported out of kernel
@ 2002-08-19 14:42 Oleg Drokin
  2002-08-19 14:52 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Drokin @ 2002-08-19 14:42 UTC (permalink / raw)
  To: linux-kernel, reiserfs-dev, viro

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

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

end of thread, other threads:[~2002-08-19 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-19 14:42 Need more symbols to be exported out of kernel Oleg Drokin
2002-08-19 14:52 ` Christoph Hellwig
2002-08-19 15:27   ` Oleg Drokin

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.