commit | 657ada52abb85140e56949f522ecec527b256450 | [log] [tgz] |
---|---|---|
author | Leonid Bloch <lbloch@janustech.com> | Wed Sep 26 19:04:42 2018 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Oct 01 12:51:12 2018 +0200 |
tree | 48ff7c5526cdb927fb4d366e09c7e925822d8b65 | |
parent | b6a95c6d10075bb540ce50198bbe22fc0a4392c7 [diff] |
qcow2: Avoid duplication in setting the refcount cache size The refcount cache size does not need to be set to its minimum value in read_cache_sizes(), as it is set to at least its minimum value in qcow2_update_options_prepare(). Signed-off-by: Leonid Bloch <lbloch@janustech.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>