On Sat, Apr 28, 2012 at 8:37 AM, <[email protected]> wrote: > From: Zhi Yong Wu <[email protected]> > > Signed-off-by: Zhi Yong Wu <[email protected]> > --- > block/qcow2-cluster.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-)
Reviewed-by: Stefan Hajnoczi <[email protected]> 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 <[email protected]> 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
