From: NeilBrown Date: Wed, 23 Sep 2009 08:09:45 +0000 (+1000) Subject: md: Improve name of threads created by md_register_thread X-Git-Tag: v2.6.32-rc1~60^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da3c6194ec2f32617b272df4505a1cf022faea5;p=pandora-kernel.git md: Improve name of threads created by md_register_thread The management thread for raid4,5,6 arrays are all called mdX_raid5, independent of the actual raid level, which is wrong and can be confusion. So change md_register_thread to use the name from the personality unless no alternate name (like 'resync' or 'reshape') is given. This is simpler and more correct. Cc: Jinzc Signed-off-by: NeilBrown --- Reading git-diff-tree failed