From: Keith Busch Date: Fri, 17 Oct 2014 23:46:37 +0000 (-0600) Subject: dm: prepare for allocating blk-mq clone requests in target X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~100^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=466d89a6bcd500f64896b514f78b32e8d0b0303a;p=pandora-kernel.git dm: prepare for allocating blk-mq clone requests in target For blk-mq request-based DM the responsibility of allocating a cloned request will be transfered from DM core to the target type. To prepare for conditionally using this new model the original request's 'special' now points to the dm_rq_target_io because the clone is allocated later in the block layer rather than in DM core. Signed-off-by: Keith Busch Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed