[PATCH] mm/slab.c: remove duplicated check of colour_next

2018-03-11 Thread Roman Lakeev
Date: Sun, 11 Mar 2018 11:05:29 +0300 Signed-off-by: Roman Lakeev remove check that offset greater than cachep->colour bacause this is already checked in previous lines --- mm/slab.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mm/slab.c b/mm/slab.c in

[PATCH] mm/slab.c: remove duplicated check of colour_next

2018-03-11 Thread Roman Lakeev
Sorry for strange message in previous mail. remove check that offset greater than cachep->colour bacause this is already checked in previous lines Signed-off-by: Roman Lakeev --- mm/slab.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mm/slab.c b/mm/slab.c in