From: Alasdair G Kergon Date: Wed, 22 Mar 2006 08:07:42 +0000 (-0800) Subject: [PATCH] dm: bio split bvec fix X-Git-Tag: v2.6.17-rc1~1129^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2044a94e80b61f68ee7456f82d9b443e9ff6ac7;p=pandora-kernel.git [PATCH] dm: bio split bvec fix The code that handles bios that span table target boundaries by breaking them up into smaller bios will not split an individual struct bio_vec into more than two pieces. Sometimes more than that are required. This patch adds a loop to break the second piece up into as many pieces as are necessary. Cc: "Abhishek Gupta" Cc: Dan Smith Signed-off-by: Alasdair G Kergon Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed