From: NeilBrown Date: Tue, 1 Jun 2010 09:37:27 +0000 (+1000) Subject: md: export various start/stop interfaces X-Git-Tag: v2.6.36-rc1~280^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390ee602a142a93f2c7eb7bffee8e277058b8e0a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed