]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queues
authorKeith Busch <keith.busch@intel.com>
Sat, 24 Jan 2015 22:10:49 +0000 (15:10 -0700)
committerMike Snitzer <snitzer@redhat.com>
Wed, 11 Feb 2015 15:25:46 +0000 (10:25 -0500)
commita4afe76b2b922e6197944d7be0be7a18b53175ae
tree8987fb59e627198bbfbb2c425b47a7880fed369a
parent0c8f86322f4debca6dc899603e56397a6ae7c2dc
dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queues

A DM device must inherit the QUEUE_FLAG_SG_GAPS flags from its
underlying block devices' request queues.

This fixes problems when submitting cloned requests to multipathed
devices requiring virtually contiguous buffers.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-table.c