Re: [Qemu-devel] [PATCH] qcow2: Remove unused parameter in get_cluster_table()

2012-03-13 Thread Stefan Hajnoczi
On Mon, Mar 12, 2012 at 4:48 PM, Kevin Wolf wrote: > Since everything goes through the cache, callers don't use the L2 table > offset any more. > > Signed-off-by: Kevin Wolf > --- >  block/qcow2-cluster.c |   18 -- >  1 files changed, 8 insertions(+), 10 deletions(-) Reviewed-by:

[Qemu-devel] [PATCH] qcow2: Remove unused parameter in get_cluster_table()

2012-03-12 Thread Kevin Wolf
Since everything goes through the cache, callers don't use the L2 table offset any more. Signed-off-by: Kevin Wolf --- block/qcow2-cluster.c | 18 -- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/block/qcow2-cluster.c b/block/qcow2-cluster.c index e0fb907..cbd