Re: [PATCH 5/7] mm/lru: remove unused is_unevictable_lru function

2015-11-16 Thread Hillf Danton
> > Since commit a0b8cab3 ("mm: remove lru parameter from __pagevec_lru_add > and remove parts of pagevec API") there's no user of this function anymore, > so remove it. > > Signed-off-by: Yaowei Bai > --- Acked-by: Hillf Danton > include/linux/mmzone.h | 5 - > 1 file changed, 5 deletio

Re: [PATCH 5/7] mm/lru: remove unused is_unevictable_lru function

2015-11-16 Thread Michal Hocko
On Mon 16-11-15 14:51:24, Yaowei Bai wrote: > Since commit a0b8cab3 ("mm: remove lru parameter from __pagevec_lru_add > and remove parts of pagevec API") there's no user of this function anymore, > so remove it. > > Signed-off-by: Yaowei Bai Acked-by: Michal Hocko > --- > include/linux/mmzone

[PATCH 5/7] mm/lru: remove unused is_unevictable_lru function

2015-11-15 Thread Yaowei Bai
Since commit a0b8cab3 ("mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API") there's no user of this function anymore, so remove it. Signed-off-by: Yaowei Bai --- include/linux/mmzone.h | 5 - 1 file changed, 5 deletions(-) diff --git a/include/linux/mmzone.h b/