mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 1/1] export eventfd symbols ...
@ 2007-05-14 21:34 Davide Libenzi
  2007-05-14 21:42 ` Christoph Hellwig
  0 siblings, 1 reply; 5+ messages in thread
From: Davide Libenzi @ 2007-05-14 21:34 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton

Export eventfd kernel functions to modules.


Signed-off-by: Davide Libenzi <davidel@xmailserver.org>


- Davide


Index: linux-2.6.21-git17.epmod/fs/eventfd.c
===================================================================
--- linux-2.6.21-git17.epmod.orig/fs/eventfd.c	2007-05-14 14:27:29.000000000 -0700
+++ linux-2.6.21-git17.epmod/fs/eventfd.c	2007-05-14 14:28:16.000000000 -0700
@@ -55,6 +55,7 @@
 
 	return n;
 }
+EXPORT_SYMBOL_GPL(eventfd_signal);
 
 static int eventfd_release(struct inode *inode, struct file *file)
 {
@@ -197,6 +198,7 @@
 
 	return file;
 }
+EXPORT_SYMBOL_GPL(eventfd_fget);
 
 asmlinkage long sys_eventfd(unsigned int count)
 {


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-05-14 21:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-14 21:34 [patch 1/1] export eventfd symbols Davide Libenzi
2007-05-14 21:42 ` Christoph Hellwig
2007-05-14 21:45   ` Davide Libenzi
2007-05-14 21:51     ` Andrew Morton
2007-05-14 21:54       ` Davide Libenzi

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®