* [TRIVIAL PATCH - 2.5.43] brokem module compile
@ 2002-10-16 16:13 Lucio Maciel
0 siblings, 0 replies; only message in thread
From: Lucio Maciel @ 2002-10-16 16:13 UTC (permalink / raw)
To: LKML
[-- 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-16 16:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-16 16:13 [TRIVIAL PATCH - 2.5.43] brokem module compile Lucio Maciel
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.