On Sat, Apr 28, 2012 at 8:37 AM,  <zwu.ker...@gmail.com> wrote:
> From: Zhi Yong Wu <wu...@linux.vnet.ibm.com>
>
> Signed-off-by: Zhi Yong Wu <wu...@linux.vnet.ibm.com>
> ---
>  block/qcow2-cluster.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>

I took a look to understand why that line of code was there.  This can
be important in case there was a mis-merge.

commit 3948d1d4876065160583e79533bf604481063833
Author: Kevin Wolf <kw...@redhat.com>
Date:   Mon Mar 12 17:46:51 2012 +0100

    qcow2: Remove unused parameter in get_cluster_table()

    Since everything goes through the cache, callers don't use the L2 table
    offset any more.

This commit removed the pointer argument we filled in with l2_offset
but forgot to remove the unnecessary l2_offset assignment.

It's worth adding this sort of info into commit descriptions in the future.

Stefan

Reply via email to