From: NeilBrown Date: Thu, 8 Jan 2009 21:31:08 +0000 (+1100) Subject: md: move allocation of ->queue from mddev_find to md_probe X-Git-Tag: v2.6.29-rc1~47^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b76539823d71576927e3eb08b395eb6620f628d;p=pandora-kernel.git md: move allocation of ->queue from mddev_find to md_probe It is more balanced to just do simple initialisation in mddev_find, which allocates and links a new md device, and leave all the more sophisticated allocation to md_probe (which calls mddev_find). md_probe already allocated the gendisk. It should allocate the queue too. Signed-off-by: NeilBrown --- Reading git-diff-tree failed