iscsi: Set request_alignment during .bdrv_refresh_limits()
commitc8b3b998e2bb61e511591f126be9d362d80d705d
authorEric Blake <eblake@redhat.com>
Thu, 23 Jun 2016 22:37:14 +0000 (23 16:37 -0600)
committerKevin Wolf <kwolf@redhat.com>
Tue, 5 Jul 2016 14:46:25 +0000 (5 16:46 +0200)
treebc0d0b99271aea4a817550f4648a9eb2dec04672
parent835db3ee7b2ab9643bcfc2a9816133e93c78476f
iscsi: Set request_alignment during .bdrv_refresh_limits()

We want to eventually stick request_alignment alongside other
BlockLimits, but first, we must ensure it is populated at the
same time as all other limits, rather than being a special case
that is set only when a block is first opened.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/iscsi.c