Searched hist:"1 ae49ea2cf3ef097d4496981261a400f1f988b84" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff 1ae49ea2cf3ef097d4496981261a400f1f988b84 Fri Dec 05 16:11:05 CST 2014 Mike Snitzer <snitzer@redhat.com> dm: split request structure out from dm_rq_target_io structure
Request-based DM support for blk-mq devices requires that dm_rq_target_io structures not be allocated with an embedded request structure. The request-based DM target (e.g. dm-multipath) must allocate the request from the blk-mq devices' request_queue using blk_get_request().
The unfortunate side-effect of this change is old-style request-based DM support will no longer use contiguous memory for the dm_rq_target_io and request structures for each clone.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|