3.8-stable review patch. If anyone has any objections, please let me know.
------------------ This reverts commit 01c681d4c70d64cb72142a2823f27c4146a02e63 upstream (ef56ca64ea733c3b88f0bb74b04da128b1dc35d8 in this tree), as it wasn't supposed to have been applied to the stable tree. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> Cc: Jan Beulich <jbeul...@suse.com> Cc: Ian Campbell <ian.campb...@citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> --- drivers/block/xen-blkback/blkback.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/block/xen-blkback/blkback.c +++ b/drivers/block/xen-blkback/blkback.c @@ -881,6 +881,7 @@ static int dispatch_rw_block_io(struct x goto fail_response; } + preq.dev = req->u.rw.handle; preq.sector_number = req->u.rw.sector_number; preq.nr_sects = 0; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/