From: Chip Salzenberg <chip@pobox.com>
To: nfs@lists.sourceforge.net
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.6.3-bk9: nfsd module needs locks_remove_posix()
Date: Fri, 27 Feb 2004 12:18:19 -0500 [thread overview]
Message-ID: <20040227171819.GA23518@perlsupport.com> (raw)
2.6.3-bk9 is missing an export, patch below.
Also, does this new nfsd make the comments on locks_remove_posix()
obsolete, or maybe incomplete? I couldn't tell.
--- x/fs/locks.c.old 2004-02-17 22:59:31.000000000 -0500
+++ x/fs/locks.c 2004-02-27 12:16:59.000000000 -0500
@@ -1700,4 +1700,6 @@
}
+EXPORT_SYMBOL(locks_remove_posix);
+
/*
* This function is called on the last close of an open file.
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
but he stepped in a wormhole and had to go in early." // MST3K
reply other threads:[~2004-02-27 17:18 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=20040227171819.GA23518@perlsupport.com \
--to=chip@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nfs@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.