Re: [PATCH] mm, slab: remove unneed check in cpuup_canceled

2019-03-22 Thread Christopher Lameter
On Thu, 21 Mar 2019, Li RongQing wrote: > nc is a member of percpu allocation memory, and impossible NULL Acked-by: Christoph Lameter

[PATCH] mm, slab: remove unneed check in cpuup_canceled

2019-03-21 Thread Li RongQing
nc is a member of percpu allocation memory, and impossible NULL Signed-off-by: Li RongQing --- mm/slab.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mm/slab.c b/mm/slab.c index 28652e4218e0..f1420e14875a 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -990,10 +990,8 @@ st