On Tue 18 Apr 2017 03:57:21 PM CEST, Stefan Hajnoczi wrote: > The refcount metadata size calculation is inaccurate and can produce > numbers that are too small. This is bad because we should calculate a > conservative number - one that is guaranteed to be large enough. > > This patch switches the approach to a fixed point calculation because > the existing equation is hard to solve when inaccuracies are taken care > of. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
Reviewed-by: Alberto Garcia <be...@igalia.com> (I think I had already reviewed this in v4? I haven't seen any further changes) Berto