diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-09-13 17:47:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-13 17:47:27 -0700 |
| commit | 939a9a0326c43b20bc77bece22898ee2678bc911 (patch) | |
| tree | 78b53e651fe711c69d3a7de79a84feb9e78312eb /include/linux/raid | |
| parent | b9915b919241c11142d754a19a65df569fc2cf52 (diff) | |
[PATCH] mark md_interrupt_thread static
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/md.h b/include/linux/raid/md.h index d9e292ebe417..fad5699f5b7c 100644 --- a/include/linux/raid/md.h +++ b/include/linux/raid/md.h @@ -69,7 +69,6 @@ extern mdk_thread_t * md_register_thread (void (*run) (mddev_t *mddev), 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); |
