Re: [PATCH 2/2] mm/slub.c: beautify code for removing redundancy 'break' statement.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 15, 2013 at 4:06 AM, Chen Gang <gang.chen@xxxxxxxxxxx> wrote:
> Remove redundancy 'break' statement.
>
> Signed-off-by: Chen Gang <gang.chen@xxxxxxxxxxx>

Christoph?

> ---
>  mm/slub.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/mm/slub.c b/mm/slub.c
> index 05ab2d5..db93fa4 100644
> --- a/mm/slub.c
> +++ b/mm/slub.c
> @@ -878,7 +878,6 @@ static int on_freelist(struct kmem_cache *s, struct page *page, void *search)
>                                 object_err(s, page, object,
>                                         "Freechain corrupt");
>                                 set_freepointer(s, object, NULL);
> -                               break;
>                         } else {
>                                 slab_err(s, page, "Freepointer corrupt");
>                                 page->freelist = NULL;
> --
> 1.7.7.6
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]