From: Keith Busch Date: Tue, 4 Nov 2014 20:18:10 +0000 (-0700) Subject: NVMe: Clear QUEUE_FLAG_STACKABLE X-Git-Tag: omap-for-v3.19/fixes-rc1~94^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5940c8578fe720afbf4ef041bad0d72a101f1d88;p=pandora-kernel.git NVMe: Clear QUEUE_FLAG_STACKABLE The nvme namespace request_queue's flags are initialized to QUEUE_FLAG_DEFAULT, which currently sets QUEUE_FLAG_STACKABLE. The device-mapper indicates this flag means the block driver is requset based, though this driver is bio-based and problems will occur if an nvme namespace is used with a request based dm device. This patch clears the stackable flag. Signed-off-by: Keith Busch Signed-off-by: Matthew Wilcox Signed-off-by: Jens Axboe --- Reading git-diff-tree failed