commit | 7708992616487c00d5ca8ed7612111180d8e1b68 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad@kernel.org> | Fri Apr 15 10:51:27 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Apr 15 10:54:42 2011 -0400 |
tree | 18af4449dad72aa8e925279b25a74e78a270be73 | |
parent | 0faa8cca883bbc6a0919e3c89128672659b75820 [diff] |
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 <konrad.wilk@oracle.com>