From: Konrad Rzeszutek Wilk Date: Fri, 15 Apr 2011 14:51:27 +0000 (-0400) Subject: xen/blkback: Seperate the bio allocation and the bio submission. X-Git-Tag: v3.0-rc1~162^2~16^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7708992616487c00d5ca8ed7612111180d8e1b68;p=pandora-kernel.git xen/blkback: Seperate the bio allocation and the bio submission. We seperate the bio allocation (bio_alloc) from the bio submission so that the error paths are much easier, and also so that the bio submission can be done in one tight loop. It also makes the plug/unplug calls much much easier. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed