md: export various start/stop interfaces
authorNeilBrown <neilb@suse.de>
Tue, 1 Jun 2010 09:37:27 +0000 (19:37 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 26 Jul 2010 02:52:27 +0000 (12:52 +1000)
commit390ee602a142a93f2c7eb7bffee8e277058b8e0a
tree33a23748dd5ff4ea76b34ed3e458c6da91185376
parente8bb9a839a26f076379e9cb9f46a879d210156f1
md: export various start/stop interfaces

export entry points for starting and stopping md arrays.
This will be used by a module to make md/raid5 work under
dm.
Also stop calling md_stop_writes from md_stop, as that won't
work well with dm - it will want to call the two separately.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
drivers/md/md.h