From: Mike Snitzer Date: Wed, 25 Feb 2015 02:58:21 +0000 (-0500) Subject: dm: don't start current request if it would've merged with the previous X-Git-Tag: omap-for-v4.2/o2_dc~96^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3ec86dff160d35c817bb70eeaeff6e392f44a4;p=pandora-kernel.git dm: don't start current request if it would've merged with the previous Request-based DM's dm_request_fn() is so fast to pull requests off the queue that steps need to be taken to promote merging by avoiding request processing if it makes sense. If the current request would've merged with previous request let the current request stay on the queue longer. Suggested-by: Jens Axboe Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed