]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen-blkback: fix dispatch_rw_block_io() error path
authorJan Beulich <JBeulich@suse.com>
Mon, 11 Mar 2013 09:39:55 +0000 (09:39 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 10 Apr 2013 02:20:00 +0000 (03:20 +0100)
commit49b202a2e31cd792c127c9a306947e101f7300d9
tree20c197d886df1ce691dd5e0038a1488ee39a6742
parentc2f182d0383a1ecef45fc03580ded7a6cf649849
xen-blkback: fix dispatch_rw_block_io() error path

commit 0e5e098ac22dae38f957e951b70d3cf73beff0f7 upstream.

Commit 7708992 ("xen/blkback: Seperate the bio allocation and the bio
submission") consolidated the pendcnt updates to just a single write,
neglecting the fact that the error path relied on it getting set to 1
up front (such that the decrement in __end_block_io_op() would actually
drop the count to zero, triggering the necessary cleanup actions).

Also remove a misleading and a stale (after said commit) comment.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/block/xen-blkback/blkback.c