From: Lucio Maciel <abslucio@terra.com.br>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [TRIVIAL PATCH - 2.5.43] brokem module compile
Date: 16 Oct 2002 13:13:30 -0300 [thread overview]
Message-ID: <1034784811.5354.3.camel@walker> (raw)
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
Hi all..
This patch export some symbols to compile nfs, nfsd, ext3 and ext2 (and
possible others ??) as modules in 2.5.43.
best regards
--
::: Lucio F. Maciel
::: abslucio@terra.com.br
::: icq 93065464
::: Absoluta.net
[-- Attachment #2: export_symbols.diff --]
[-- Type: text/x-patch, Size: 2029 bytes --]
diff --exclude=arch --exclude=drivers --exclude=include --exclude=init --exclude=ipc --exclude=kernel --exclude=lib --exclude=scripts --exclude=security --exclude=sound --exclude='*.diff' -uNr ../linux-2.5.42/mm/filemap.c ./mm/filemap.c
--- ../linux-2.5.43-old/mm/filemap.c 2002-10-16 10:37:14.000000000 -0300
+++ ./mm/filemap.c 2002-10-16 10:19:26.000000000 -0300
@@ -891,6 +891,7 @@
BUG_ON(iocb->ki_pos != pos);
return __generic_file_aio_read(iocb, &local_iov, 1, &iocb->ki_pos);
}
+EXPORT_SYMBOL(generic_file_aio_read);
ssize_t
generic_file_read(struct file *filp, char *buf, size_t count, loff_t *ppos)
@@ -1650,6 +1651,7 @@
{
return generic_file_write(iocb->ki_filp, buf, count, &iocb->ki_pos);
}
+EXPORT_SYMBOL(generic_file_aio_write);
ssize_t generic_file_write(struct file *file, const char *buf,
size_t count, loff_t *ppos)
diff --exclude=arch --exclude=drivers --exclude=include --exclude=init --exclude=ipc --exclude=kernel --exclude=lib --exclude=scripts --exclude=security --exclude=sound --exclude='*.diff' -uNr ../linux-2.5.42/net/sunrpc/sunrpc_syms.c ./net/sunrpc/sunrpc_syms.c
--- ../linux-2.5.43-old/net/sunrpc/sunrpc_syms.c 2002-10-12 00:22:18.000000000 -0400
+++ ./net/sunrpc/sunrpc_syms.c 2002-10-16 10:34:06.000000000 -0300
@@ -23,6 +23,26 @@
#include <linux/sunrpc/svcsock.h>
#include <linux/sunrpc/auth.h>
+/* CACHE FUNCTIONS for nfsd */
+EXPORT_SYMBOL(cache_fresh);
+EXPORT_SYMBOL(cache_check);
+EXPORT_SYMBOL(cache_flush);
+EXPORT_SYMBOL(cache_unregister);
+EXPORT_SYMBOL(cache_clean);
+EXPORT_SYMBOL(cache_register);
+EXPORT_SYMBOL(cache_init);
+
+EXPORT_SYMBOL(auth_domain_find);
+EXPORT_SYMBOL(auth_unix_lookup);
+EXPORT_SYMBOL(auth_unix_add_addr);
+EXPORT_SYMBOL(auth_unix_forget_old);
+EXPORT_SYMBOL(auth_domain_put);
+EXPORT_SYMBOL(svcauth_unix_purge);
+
+EXPORT_SYMBOL(unix_domain_find);
+EXPORT_SYMBOL(add_hex);
+EXPORT_SYMBOL(get_word);
+EXPORT_SYMBOL(add_word);
/* RPC scheduler */
EXPORT_SYMBOL(rpc_allocate);
reply other threads:[~2002-10-16 16:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1034784811.5354.3.camel@walker \
--to=abslucio@terra.com.br \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®