Home
last modified time | relevance | path

Searched hist:"854 fbb9c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-merge.c854fbb9c Wed Feb 11 09:20:13 CST 2015 Keith Busch <keith.busch@intel.com> block: prevent request-to-request merging with gaps if not allowed

If the queue has SG_GAPS set, we must not merge across an sg gap.
This is caught for the bio case, but currently not for the
more rare case of merging two requests directly.

Signed-off-by: Keith Busch <keith.busch@intel.com>

Cut the dm bits, those will go through the dm tree, and fixed
the test_bit() test.

Signed-off-by: Jens Axboe <axboe@fb.com>
854fbb9c Wed Feb 11 09:20:13 CST 2015 Keith Busch <keith.busch@intel.com> block: prevent request-to-request merging with gaps if not allowed

If the queue has SG_GAPS set, we must not merge across an sg gap.
This is caught for the bio case, but currently not for the
more rare case of merging two requests directly.

Signed-off-by: Keith Busch <keith.busch@intel.com>

Cut the dm bits, those will go through the dm tree, and fixed
the test_bit() test.

Signed-off-by: Jens Axboe <axboe@fb.com>