]> git.proxmox.com Git - mirror_qemu.git/commit - block/iscsi.c
iscsi: simplify iscsi_schedule_bh
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 18 Aug 2012 21:38:03 +0000 (23:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Aug 2012 13:58:47 +0000 (15:58 +0200)
commitcfb3f5064af2d2e29c976e292c9472dfe9d61e31
tree9a1d5affa9b09f2ed658b03c4c2d90541cacf081
parent27cbd828c617944c0f9603763fdf4fa87e7ad923
iscsi: simplify iscsi_schedule_bh

It is always used with the same callback, remove the argument.  And
its return value is never used, assume allocation succeeds.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/iscsi.c