From: Mikulas Patocka Date: Fri, 14 Mar 2014 22:41:24 +0000 (-0400) Subject: dm: introduce dm_accept_partial_bio X-Git-Tag: omap-for-v3.16/fixes-against-rc1~37^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd40c3ecd9b8a4ab91dbf2e6ce10b82a3b5ae63;p=pandora-kernel.git dm: introduce dm_accept_partial_bio The function dm_accept_partial_bio allows the target to specify how many sectors of the current bio it will process. If the target only wants to accept part of the bio, it calls dm_accept_partial_bio and the DM core sends the rest of the data in next bio. Signed-off-by: Mikulas Patocka Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed