On 2018-01-26 15:59, Alberto Garcia wrote: > This function was only using the BlockDriverState parameter to pass it > to qcow2_cache_get_table_idx(). This is no longer necessary so this > parameter can be removed. > > Signed-off-by: Alberto Garcia > Reviewed-by: Eric Blake > --- > block/qcow2-cache.c | 2 +- > block/qcow2-cluster.c | 28 ++++++++++++++-------------- > block/qcow2-refcount.c | 30 +++++++++++++++--------------- > block/qcow2.h | 2 +- > 4 files changed, 31 insertions(+), 31 deletions(-) Reviewed-by: Max Reitz