commit | d34682cd4a06efe9ee3fc8cb7e8a0ea445299989 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Dec 11 19:26:16 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jan 24 17:40:01 2014 +0100 |
tree | ff1e3ffdb4f56ff7e2c3d86542a711d731622c4b | |
parent | dabfa6cc2e2a06269026fcb42772894f67bd0c3e [diff] |
block: Move initialisation of BlockLimits to bdrv_refresh_limits() This function separates filling the BlockLimits from bdrv_open(), which allows it to call it from other operations which may change the limits (e.g. modifications to the backing file chain or bdrv_reopen) Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net>