block: Reduce bdrv_aligned_preadv() rounding
commit88e63df21490a43f430820c66b043018db96b1d4
authorEric Blake <eblake@redhat.com>
Thu, 12 Oct 2017 03:47:18 +0000 (11 22:47 -0500)
committerKevin Wolf <kwolf@redhat.com>
Thu, 26 Oct 2017 12:45:57 +0000 (26 14:45 +0200)
treeb434b8f11700d6cb9d2b6d8b3735557b41163703
parentefa6e2ed643c770153eeacace410c06f15360cd9
block: Reduce bdrv_aligned_preadv() rounding

Now that bdrv_is_allocated accepts non-aligned inputs, we can
remove the TODO added in commit d6a644bb.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/io.c