From: NeilBrown Date: Thu, 24 Sep 2015 05:47:47 +0000 (+1000) Subject: md/raid0: apply base queue limits *before* disk_stack_limits X-Git-Tag: omap-for-v4.3/fixes-rc5~41^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66eefe5de11db1e0d8f2edc3880d50e7c36a9d43;p=pandora-kernel.git md/raid0: apply base queue limits *before* disk_stack_limits Calling e.g. blk_queue_max_hw_sectors() after calls to disk_stack_limits() discards the settings determined by disk_stack_limits(). So we need to make those calls first. Fixes: 199dc6ed5179 ("md/raid0: update queue parameter in a safer location.") Cc: stable@vger.kernel.org (v2.6.35+ - please apply with 199dc6ed5179). Reported-by: Jes Sorensen Signed-off-by: NeilBrown --- Reading git-diff-tree failed