mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mathieu Segaud <matt@minas-morgul.org>
To: linux-kernel@vger.kernel.org
Subject: [Trivial][PATCH][2.6.1-mm4]: Export dnotify_parent symbol to have nfsd module loaded.
Date: Fri, 16 Jan 2004 12:38:41 +0100	[thread overview]
Message-ID: <873cagi0n2.fsf@minas-morgul.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

With the new kNFSd update in -mm4, nfsd built as a module needs dnotify_parent
symbol exported. The fix is trivial and works for me.
 

[-- Attachment #2: EXPORT_SYMBOL-dnotify_parent.patch --]
[-- Type: text/plain, Size: 277 bytes --]

--- linux/fs/dnotify.c	2004-01-16 12:30:04.000000000 +0100
+++ linux/fs/dnotify.c.edited	2004-01-16 12:29:48.000000000 +0100
@@ -166,6 +166,8 @@
 	}
 }
 
+EXPORT_SYMBOL(dnotify_parent);
+
 static int __init dnotify_init(void)
 {
 	dn_cache = kmem_cache_create("dnotify_cache",

[-- Attachment #3: Type: text/plain, Size: 193 bytes --]


Have a nice day.
-- 
Mathieu Segaud

> There's not a court in the civilised world that would uphold the GPL in that
> scenario.

Yes but the concern is the USA 8)

	- Alan Cox on linux-kernel

                 reply	other threads:[~2004-01-16 11:39 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=873cagi0n2.fsf@minas-morgul.org \
    --to=matt@minas-morgul.org \
    --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

Powered by JetHome