]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Keep bdrv_check*_request()'s return value
authorMax Reitz <mreitz@redhat.com>
Thu, 5 Feb 2015 18:58:25 +0000 (13:58 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 15:07:19 +0000 (15:07 +0000)
commitb9c649470ba0d4056b2d486105a0f8fb982654ae
treec82aa80867498243953edfa1c22b3410c8e02542
parentc0191e763b2f77cc5311d3aa6e487f3fe8a4c96f
block: Keep bdrv_check*_request()'s return value

Do not throw away the value returned by bdrv_check_request() and
bdrv_check_byte_request().

Fix up some coding style issues in the proximity of the affected hunks.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 1423162705-32065-17-git-send-email-mreitz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c