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 already.

[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 --- a/mm/p