* [PATCH 3/3] md: Remove EXPORT_SYMBOL_GPL(md_stop).
@ 2012-11-15 8:47 majianpeng
0 siblings, 0 replies; only message in thread
From: majianpeng @ 2012-11-15 8:47 UTC (permalink / raw)
To: NeilBrown, agk; +Cc: linux-raid, dm-devel
Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
---
drivers/md/md.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 574b0a8..e98e659 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -5304,7 +5304,6 @@ void md_stop(struct mddev *mddev)
mddev->pers = NULL;
clear_bit(MD_RECOVERY_FROZEN, &mddev->recovery);
}
-EXPORT_SYMBOL_GPL(md_stop);
void dm_md_stop(struct mddev *mddev)
{
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-15 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 8:47 [PATCH 3/3] md: Remove EXPORT_SYMBOL_GPL(md_stop) majianpeng
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.