From: NeilBrown Date: Tue, 17 May 2005 04:53:15 +0000 (-0700) Subject: [PATCH] md: fix splitting of md/linear request that cross a device boundary X-Git-Tag: v2.6.12-rc5~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ac8e056f2016a8404edc02749d095019aa1f82;p=pandora-kernel.git [PATCH] md: fix splitting of md/linear request that cross a device boundary When a request crosses a boundary between devices, it needs to be split. But where we should calculate the amount of the request before the boundary to find the split-point, we care currently calculating the amount that is *after* the boundary !!! Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed