From: Benjamin LaHaise <bcrl@redhat.com>
To: Linus Torvalds <torvalds@transmeta.com>,
Stig Brautaset <stig@brautaset.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Re: 2.5.42: unresolved symbols ext2
Date: Sat, 12 Oct 2002 09:50:19 -0400 [thread overview]
Message-ID: <20021012095019.A18204@redhat.com> (raw)
In-Reply-To: <20021012104504.GA18928@arwen.brautaset.org>; from stig@brautaset.org on Sat, Oct 12, 2002 at 11:45:04AM +0100
On Sat, Oct 12, 2002 at 11:45:04AM +0100, Stig Brautaset wrote:
> Oops, that was compiled with the debian make-kpkg tool. Here's the
> output from vanilla make modules_install:
Whoops, looks like I missed a couple of exports. Please apply the patch
below that adds exports for generic_file_aio_{read,write}.
-ben
diff -urN v2.5.42/mm/filemap.c v2.5.42-syms/mm/filemap.c
--- v2.5.42/mm/filemap.c Sat Oct 12 09:42:35 2002
+++ v2.5.42-syms/mm/filemap.c Sat Oct 12 09:44:23 2002
@@ -893,6 +893,8 @@
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)
{
@@ -1652,6 +1654,8 @@
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)
{
prev parent reply other threads:[~2002-10-12 13:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.j2ck6sv.162gurn@ifi.uio.no>
2002-10-12 10:45 ` 2.5.42: unresolved symbols ext2 Stig Brautaset
2002-10-12 13:50 ` Benjamin LaHaise [this message]
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=20021012095019.A18204@redhat.com \
--to=bcrl@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stig@brautaset.org \
--cc=torvalds@transmeta.com \
/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