From: Andrew Morton <akpm@zip.com.au>
To: Miles Lane <miles@megapathdsl.net>
Cc: LKML <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@transmeta.com>
Subject: Re: 2.4.12 -- Unresolved symbols in fs/jfs/jfs.o: block_flushpage
Date: Wed, 01 May 2002 00:21:54 -0700 [thread overview]
Message-ID: <3CCF9792.8CDF274@zip.com.au> (raw)
In-Reply-To: <1020236572.16071.19.camel@turbulence.megapathdsl.net>
Miles Lane wrote:
>
> depmod: *** Unresolved symbols in /lib/modules/2.5.12/kernel/fs/jfs/jfs.o
> depmod: block_flushpage
>
block_flushpage() used to be a macro which pointed at the
exported discard_bh_page(). I turned block_flushpage() into
a real function but forgot the export.
--- linux-2.5.12/fs/buffer.c Tue Apr 30 17:56:30 2002
+++ 25/fs/buffer.c Wed May 1 00:19:10 2002
@@ -1231,6 +1231,7 @@ int block_flushpage(struct page *page, u
return 1;
}
+EXPORT_SYMBOL(block_flushpage);
/*
* We attach and possibly dirty the buffers atomically wrt
-
prev parent reply other threads:[~2002-05-01 7:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-01 7:02 2.4.12 -- Unresolved symbols in fs/jfs/jfs.o: block_flushpage Miles Lane
2002-05-01 7:21 ` Andrew Morton [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=3CCF9792.8CDF274@zip.com.au \
--to=akpm@zip.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=miles@megapathdsl.net \
--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