Re: [PATCH] mm: shmem: remove unused info variable

2017-11-16 Thread Michal Hocko
On Thu 16-11-17 14:17:43, Michal Hocko wrote: > This seems familiar. Ohh, you have posted it > http://lkml.kernel.org/r/20171021165032.20542-1-clabbe.montj...@gmail.com > already. It fall though cracks, it seems. CCing Andrew now, for real > On Wed 15-11-17 19:27:09, Corentin Labbe wrote: > >

Re: [PATCH] mm: shmem: remove unused info variable

2017-11-16 Thread Michal Hocko
On Thu 16-11-17 14:17:43, Michal Hocko wrote: > This seems familiar. Ohh, you have posted it > http://lkml.kernel.org/r/20171021165032.20542-1-clabbe.montj...@gmail.com > already. It fall though cracks, it seems. CCing Andrew now, for real > On Wed 15-11-17 19:27:09, Corentin Labbe wrote: > >

Re: [PATCH] mm: shmem: remove unused info variable

2017-11-16 Thread Michal Hocko
This seems familiar. Ohh, you have posted it http://lkml.kernel.org/r/20171021165032.20542-1-clabbe.montj...@gmail.com already. It fall though cracks, it seems. CCing Andrew On Wed 15-11-17 19:27:09, Corentin Labbe wrote: > This patch fix the following build warning by simply removing the unused

Re: [PATCH] mm: shmem: remove unused info variable

2017-11-16 Thread Michal Hocko
This seems familiar. Ohh, you have posted it http://lkml.kernel.org/r/20171021165032.20542-1-clabbe.montj...@gmail.com already. It fall though cracks, it seems. CCing Andrew On Wed 15-11-17 19:27:09, Corentin Labbe wrote: > This patch fix the following build warning by simply removing the unused

[PATCH] mm: shmem: remove unused info variable

2017-11-15 Thread Corentin Labbe
This patch fix the following build warning by simply removing the unused info variable. mm/shmem.c:3205:27: warning: variable 'info' set but not used [-Wunused-but-set-variable] Signed-off-by: Corentin Labbe --- mm/shmem.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH] mm: shmem: remove unused info variable

2017-11-15 Thread Corentin Labbe
This patch fix the following build warning by simply removing the unused info variable. mm/shmem.c:3205:27: warning: variable 'info' set but not used [-Wunused-but-set-variable] Signed-off-by: Corentin Labbe --- mm/shmem.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mm/shmem.c