linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add a new func to handle with clearing up for stoping dm-raid.
@ 2012-11-15  8:46 majianpeng
  2012-11-18 23:49 ` NeilBrown
  0 siblings, 1 reply; 3+ messages in thread
From: majianpeng @ 2012-11-15  8:46 UTC (permalink / raw)
  To: NeilBrown, agk; +Cc: linux-raid, dm-devel

Because dm-raid call md_stop to clear up,but md_stop can't clear up completely.
So add a new func to do.

Jianpeng Ma (3):
  md:Add a func 'dm_md_stop' for dm-raid to clear up md resource.
  dm: When stoping dm-raid, it call dm_md_stop rather than md_stop to
    do clear-up work.
  md: Remove EXPORT_SYMBOL_GPL(md_stop).

 drivers/md/dm-raid.c |    4 ++--
 drivers/md/md.c      |   10 +++++++++-
 drivers/md/md.h      |    1 +
 3 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.7.9.5

root@majianpeng:/mnt/kernel/linux# cat 0000-cover-letter.patch 
From f43f22cb5307d5ad8dfe17aa471e3f39d2c9f1dc Mon Sep 17 00:00:00 2001
From: Jianpeng Ma <majianpeng@gmail.com>
Date: Fri, 16 Nov 2012 07:04:56 +0800
Subject: [PATCH 0/3] Add a new func to handle with clearing up for stoping
dm-raid.

Because dm-raid call md_stop to clear up,but md_stop can't clear up completely.
So add a new func to do.

Jianpeng Ma (3):
  md:Add a func 'dm_md_stop' for dm-raid to clear up md resource.
  dm: When stoping dm-raid, it call dm_md_stop rather than md_stop to
    do clear-up work.
  md: Remove EXPORT_SYMBOL_GPL(md_stop).

 drivers/md/dm-raid.c |    4 ++--
 drivers/md/md.c      |   10 +++++++++-
 drivers/md/md.h      |    1 +
 3 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-19  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15  8:46 [PATCH 0/3] Add a new func to handle with clearing up for stoping dm-raid majianpeng
2012-11-18 23:49 ` NeilBrown
2012-11-19  0:36   ` majianpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).