virtio-blk: fix request leak.
authorMike Snitzer <snitzer@redhat.com>
Sat, 9 Oct 2010 01:42:13 +0000 (12:12 +1030)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Oct 2010 18:42:37 +0000 (11:42 -0700)
commite4c4776dea9fd0295ebb3b215599d52938d6d7a3
tree4899150e0268f447898a5180ecf43d0783afc9ee
parent6b0cd00bc396daf5c2dcf17a8d82055335341f46
virtio-blk: fix request leak.

Must drop reference taken by blk_make_request().

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: stable@kernel.org # .35.x
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/virtio_blk.c