linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: raubitsj@dynabytesystems.com
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] unresolved symbols in ext2.o (2.4.0-test12)
Date: Tue, 12 Dec 2000 11:27:00 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.4.21.0012121122370.25443-100000@crib.corepower.com> (raw)


Below is a patch i need to fix two unresolved symbols when ext2 was
compiled as a module.

-jeff

--- linux-2.4.0-test12/kernel/ksyms.c	Tue Dec 12 11:19:17 2000
+++ linux/kernel/ksyms.c	Tue Dec 12 11:18:57 2000
@@ -252,6 +252,8 @@
 EXPORT_SYMBOL(lock_may_read);
 EXPORT_SYMBOL(lock_may_write);
 EXPORT_SYMBOL(dcache_readdir);
+EXPORT_SYMBOL(buffer_insert_inode_queue);
+EXPORT_SYMBOL(fsync_inode_buffers);
 
 /* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */
 EXPORT_SYMBOL(default_llseek);

  ------------------------------------------------------------------------
       Jeff Raubitschek 
       DynaByte Systems
       raubitsj@DynaByteSystems.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2000-12-12 16:57 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=Pine.LNX.4.21.0012121122370.25443-100000@crib.corepower.com \
    --to=raubitsj@dynabytesystems.com \
    --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;
as well as URLs for NNTP newsgroup(s).