Re: [PATCH v2 02/10] mm: shuffle lru list addition and deletion functions

2021-01-26 Thread Miaohe Lin
On 2021/1/23 6:05, Yu Zhao wrote: > These functions will call page_lru() in the following patches. Move > them below page_lru() to avoid the forward declaration. > > Link: > https://lore.kernel.org/linux-mm/20201207220949.830352-3-yuz...@google.com/ > Signed-off-by: Yu Zhao Reviewed-by: Miaohe

Re: [PATCH v2 02/10] mm: shuffle lru list addition and deletion functions

2021-01-26 Thread Vlastimil Babka
On 1/22/21 11:05 PM, Yu Zhao wrote: > These functions will call page_lru() in the following patches. Move > them below page_lru() to avoid the forward declaration. > > Link: > https://lore.kernel.org/linux-mm/20201207220949.830352-3-yuz...@google.com/ > Signed-off-by: Yu Zhao Acked-by:

[PATCH v2 02/10] mm: shuffle lru list addition and deletion functions

2021-01-22 Thread Yu Zhao
These functions will call page_lru() in the following patches. Move them below page_lru() to avoid the forward declaration. Link: https://lore.kernel.org/linux-mm/20201207220949.830352-3-yuz...@google.com/ Signed-off-by: Yu Zhao --- include/linux/mm_inline.h | 42