Re: [PATCH] mm: remove unused variable

2019-03-12 Thread Andrew Morton
On Tue, 12 Mar 2019 15:03:52 +0100 Bartosz Golaszewski wrote: > wt., 12 mar 2019 o 14:59 Khalid Aziz napisał(a): > > > > On 3/12/19 7:28 AM, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski > > > > > > The mm variable is set but unused. Remove it. > > > > It is used. Look further

Re: [PATCH] mm: remove unused variable

2019-03-12 Thread Bartosz Golaszewski
wt., 12 mar 2019 o 14:59 Khalid Aziz napisał(a): > > On 3/12/19 7:28 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > The mm variable is set but unused. Remove it. > > It is used. Look further down for calls to set_pte_at(). > > -- > Khalid > > > > > Signed-off-by: Bartosz

Re: [PATCH] mm: remove unused variable

2019-03-12 Thread Khalid Aziz
On 3/12/19 7:28 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The mm variable is set but unused. Remove it. It is used. Look further down for calls to set_pte_at(). -- Khalid > > Signed-off-by: Bartosz Golaszewski > --- > mm/mprotect.c | 1 - > 1 file changed, 1

[PATCH] mm: remove unused variable

2019-03-12 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The mm variable is set but unused. Remove it. Signed-off-by: Bartosz Golaszewski --- mm/mprotect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/mprotect.c b/mm/mprotect.c index 028c724dcb1a..130dac3ad04f 100644 --- a/mm/mprotect.c +++ b/mm/mprotect.c @@

Re: [PATCH] mm: Remove unused variable in alloc_contig_range()

2012-11-13 Thread Michal Nazarewicz
On Mon, Nov 12 2012, Thierry Reding wrote: > Commit 872ca38f7afd9566bf2f88b95616f7ab71b50064 removed the last > reference to this variable but not the variable itself. > > Signed-off-by: Thierry Reding Acked-by: Michal Nazarewicz I could have sworn that someone (Marek?) sent that patch

Re: [PATCH] mm: Remove unused variable in alloc_contig_range()

2012-11-13 Thread Michal Nazarewicz
On Mon, Nov 12 2012, Thierry Reding wrote: Commit 872ca38f7afd9566bf2f88b95616f7ab71b50064 removed the last reference to this variable but not the variable itself. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Michal Nazarewicz min...@mina86.com I could have sworn

[PATCH] mm: Remove unused variable in alloc_contig_range()

2012-11-12 Thread Thierry Reding
Commit 872ca38f7afd9566bf2f88b95616f7ab71b50064 removed the last reference to this variable but not the variable itself. Signed-off-by: Thierry Reding --- mm/page_alloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 6b990cb..71933dd 100644 ---

[PATCH] mm: Remove unused variable in alloc_contig_range()

2012-11-12 Thread Thierry Reding
Commit 872ca38f7afd9566bf2f88b95616f7ab71b50064 removed the last reference to this variable but not the variable itself. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- mm/page_alloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index