From: Jakub Bogusz <qboosh@pld-linux.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] nfsd.ko needs locks_remove_posix exported from fs/locks.c
Date: Fri, 27 Feb 2004 16:32:53 +0100 [thread overview]
Message-ID: <20040227153253.GF15718@gruby.cs.net.pl> (raw)
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
This patch exports locks_remove_posix from fs/locks.c - it's needed by
nfsd.ko after latest updates (its usage has been introduced in
1.1653.1.44, rev 1.32 of fs/nfsd/nfs4state.c).
--
Jakub Bogusz http://cyber.cs.net.pl/~qboosh/
PLD Team http://www.pld-linux.org/
[-- Attachment #2: linux-nfsd-locks_remove_posix.patch --]
[-- Type: text/plain, Size: 265 bytes --]
--- linux-2.6.3/fs/locks.c.orig Wed Feb 18 04:59:31 2004
+++ linux-2.6.3/fs/locks.c Fri Feb 27 14:55:04 2004
@@ -1699,6 +1699,8 @@
unlock_kernel();
}
+EXPORT_SYMBOL(locks_remove_posix);
+
/*
* This function is called on the last close of an open file.
*/
reply other threads:[~2004-02-27 15:33 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=20040227153253.GF15718@gruby.cs.net.pl \
--to=qboosh@pld-linux.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
all inboxes | Powered by JetHome®