On Fri, Sep 18, 2020 at 09:32:40AM +0200, Michal Hocko wrote:
> On Thu 17-09-20 21:00:39, Yu Zhao wrote:
> > This patch replaces the only open-coded lru list addition with
> > add_page_to_lru_list().
> >
> > Before this patch, we have:
> > update_lru_size()
> > list_move()
> >
> > After t
On Thu 17-09-20 21:00:39, Yu Zhao wrote:
> This patch replaces the only open-coded lru list addition with
> add_page_to_lru_list().
>
> Before this patch, we have:
> update_lru_size()
> list_move()
>
> After this patch, we have:
> list_del()
> add_page_to_lru_list()
>
This patch replaces the only open-coded lru list addition with
add_page_to_lru_list().
Before this patch, we have:
update_lru_size()
list_move()
After this patch, we have:
list_del()
add_page_to_lru_list()
update_lru_size()
list_add(
3 matches
Mail list logo