Re: [PATCH] kdump: kill redundant code

From: Simon Horman
Date: Wed Nov 09 2011 - 21:33:38 EST


On Wed, Nov 09, 2011 at 10:20:13AM -0500, Vivek Goyal wrote:
> On Wed, Nov 09, 2011 at 03:04:52PM +0800, Dave Young wrote:
> > in while loop below, hole_end > crashk_res.end is impossible:
> > while (hole_end <= crashk_res.end) {
> > [snip]
> > }
> > Killing the check code here
> >
> > Signed-off-by: Dave Young <dyoung@xxxxxxxxxx>
>
> Makes sense.
>
> Acked-by: Vivek Goyal <vgoyal@xxxxxxxxxx>

Indeed it does. I wonder if this was always so redundant.

Acked-by: Simon Horman <horms@xxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/