From: Heinz Mauelshagen Date: Fri, 13 Feb 2015 18:48:01 +0000 (+0100) Subject: md raid0: access mddev->queue (request queue member) conditionally because it is... X-Git-Tag: omap-for-v4.1/fixes-rc1~34^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=753f2856cda2a130d38ebc3db97bff66c1ef3ca7;p=pandora-kernel.git md raid0: access mddev->queue (request queue member) conditionally because it is not set when accessed from dm-raid The patch makes 3 references to mddev->queue in the raid0 personality conditional in order to allow for it to be accessed from dm-raid. Mandatory, because md instances underneath dm-raid don't manage a request queue of their own which'd lead to oopses without the patch. Signed-off-by: Heinz Mauelshagen Tested-by: Heinz Mauelshagen Signed-off-by: NeilBrown --- Reading git-diff-tree failed