]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 8 Dec 2016 00:56:06 +0000 (16:56 -0800)
committerMike Snitzer <snitzer@redhat.com>
Thu, 8 Dec 2016 19:12:53 +0000 (14:12 -0500)
commit301fc3f5efb98633115bd887655b19f42c6dfaa8
tree90b04d442a6e3ef5435730e16ade9eaa43a2acd7
parent6936c12cf809850180b24947271b8f068fdb15e9
dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device

When dm_table_set_type() is used by a target to establish a DM table's
type (e.g. DM_TYPE_MQ_REQUEST_BASED in the case of DM multipath) the
DM core must go on to verify that the devices in the table are
compatible with the established type.

Fixes: e83068a5 ("dm mpath: add optional "queue_mode" feature")
Cc: stable@vger.kernel.org # 4.8+
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-table.c