mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] nfsd.ko needs locks_remove_posix exported from fs/locks.c
@ 2004-02-27 15:32 Jakub Bogusz
  0 siblings, 0 replies; only message in thread
From: Jakub Bogusz @ 2004-02-27 15:32 UTC (permalink / raw)
  To: linux-kernel

[-- 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.
  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-27 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-27 15:32 [PATCH] nfsd.ko needs locks_remove_posix exported from fs/locks.c Jakub Bogusz

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®