Re: [PATCH] fs, proc: remove unused variable

2017-08-01 Thread Michal Hocko
On Tue 01-08-17 14:01:20, Arnd Bergmann wrote: > The last cleanup can go a little further, as shown by this warning: > > fs/proc/task_mmu.c: In function 'show_map_vma': > fs/proc/task_mmu.c:285:28: error: unused variable 'priv' > [-Werror=unused-variable] > > Fixes: 14ccc3193225 ("fs, proc: remo

[PATCH] fs, proc: remove unused variable

2017-08-01 Thread Arnd Bergmann
The last cleanup can go a little further, as shown by this warning: fs/proc/task_mmu.c: In function 'show_map_vma': fs/proc/task_mmu.c:285:28: error: unused variable 'priv' [-Werror=unused-variable] Fixes: 14ccc3193225 ("fs, proc: remove priv argument from is_stack") Signed-off-by: Arnd Bergmann