Need more symbols to be exported out of kernel

Oleg Drokin (green@namesys.com)
Mon, 19 Aug 2002 18:42:08 +0400


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/