public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mark md_interrupt_thread static
@ 2004-09-07 14:46 Christoph Hellwig
  2004-09-07 15:07 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2004-09-07 14:46 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


--- 1.221/drivers/md/md.c	2004-08-27 08:30:29 +02:00
+++ edited/drivers/md/md.c	2004-09-07 15:14:47 +02:00
@@ -2895,7 +2895,7 @@
 	return thread;
 }
 
-void md_interrupt_thread(mdk_thread_t *thread)
+static void md_interrupt_thread(mdk_thread_t *thread)
 {
 	if (!thread->tsk) {
 		MD_BUG();
@@ -3797,6 +3797,5 @@
 EXPORT_SYMBOL(md_unregister_thread);
 EXPORT_SYMBOL(md_wakeup_thread);
 EXPORT_SYMBOL(md_print_devices);
-EXPORT_SYMBOL(md_interrupt_thread);
 EXPORT_SYMBOL(md_check_recovery);
 MODULE_LICENSE("GPL");

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

end of thread, other threads:[~2004-09-07 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-07 14:46 [PATCH] mark md_interrupt_thread static Christoph Hellwig
2004-09-07 15:07 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox