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 #include +/* 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);