Re: [PATCH] mm: vmalloc: remove redundant asignmnet in unmap_kernel_range_noflush()

2020-07-07 Thread David Hildenbrand
On 07.07.20 18:32, Mike Rapoport wrote: > From: Mike Rapoport > > 'addr' is set to 'start' and then a few lines afterwards 'start' is > set to 'addr'. > Remove the second asignment. > > Fixes: 2ba3e6947aed ("mm/vmalloc: track which page-table levels were > modified") > Signed-off-by: Mike Rapop

[PATCH] mm: vmalloc: remove redundant asignmnet in unmap_kernel_range_noflush()

2020-07-07 Thread Mike Rapoport
From: Mike Rapoport 'addr' is set to 'start' and then a few lines afterwards 'start' is set to 'addr'. Remove the second asignment. Fixes: 2ba3e6947aed ("mm/vmalloc: track which page-table levels were modified") Signed-off-by: Mike Rapoport --- mm/vmalloc.c | 1 - 1 file changed, 1 deletion(-)