commit | 390ee602a142a93f2c7eb7bffee8e277058b8e0a | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Jun 01 19:37:27 2010 +1000 |
committer | NeilBrown <neilb@suse.de> | Mon Jul 26 12:52:27 2010 +1000 |
tree | 33a23748dd5ff4ea76b34ed3e458c6da91185376 | |
parent | e8bb9a839a26f076379e9cb9f46a879d210156f1 [diff] |
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>