* [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* Re: [PATCH] mark md_interrupt_thread static
2004-09-07 14:46 [PATCH] mark md_interrupt_thread static Christoph Hellwig
@ 2004-09-07 15:07 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2004-09-07 15:07 UTC (permalink / raw)
To: Christoph Hellwig, akpm, linux-kernel
requires this additional header fixup:
--- 1.31/include/linux/raid/md.h 2004-08-24 11:08:45 +02:00
+++ edited/include/linux/raid/md.h 2004-09-07 15:14:25 +02:00
@@ -69,7 +69,6 @@
extern void md_unregister_thread (mdk_thread_t *thread);
extern void md_wakeup_thread(mdk_thread_t *thread);
extern void md_check_recovery(mddev_t *mddev);
-extern void md_interrupt_thread (mdk_thread_t *thread);
extern void md_write_start(mddev_t *mddev);
extern void md_write_end(mddev_t *mddev);
extern void md_handle_safemode(mddev_t *mddev);
^ 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