]> git.baikalelectronics.ru Git - kernel.git/commit
NVMe: Clear QUEUE_FLAG_STACKABLE
authorKeith Busch <keith.busch@intel.com>
Tue, 4 Nov 2014 20:18:10 +0000 (13:18 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 4 Nov 2014 20:18:10 +0000 (13:18 -0700)
commitc4a0961382a7ebeca7afcb297eea6fe9ab49b197
tree283ee9fb0326a9fb83115ce149e39c3d14467a6d
parentc39eb14c90a94acf85fc1b9a5e7b619b0fab5d2d
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 <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c