Re: [PATCH v21 17/19] mm/lru: replace pgdat lru_lock with lruvec lock

From: Alex Shi
Date: Thu Nov 05 2020 - 08:43:55 EST




在 2020/11/5 下午4:55, Alex Shi 写道:
> /**
> + * lock_page_lruvec - lock and return lruvec for a given page.
> + * @page: the page
> + *
> + * This series functions should be used in either conditions:
> + * PageLRU is cleared or unset
> + * or page is locked.
or page->_refcount is zero.
Ops, here is a typo, we need to add back above line.
so the patch updated here: