Re: [v5 PATCH 1/4] mm: thp: extract split_queue_* into a struct

2019-08-20 Thread Kirill Tkhai
On 07.08.2019 05:17, Yang Shi wrote: > Put split_queue, split_queue_lock and split_queue_len into a struct in > order to reduce code duplication when we convert deferred_split to memcg > aware in the later patches. > > Suggested-by: "Kirill A . Shutemov" > Cc: Kirill Tkhai > Cc: Johannes Weiner

[v5 PATCH 1/4] mm: thp: extract split_queue_* into a struct

2019-08-06 Thread Yang Shi
Put split_queue, split_queue_lock and split_queue_len into a struct in order to reduce code duplication when we convert deferred_split to memcg aware in the later patches. Suggested-by: "Kirill A . Shutemov" Cc: Kirill Tkhai Cc: Johannes Weiner Cc: Michal Hocko Cc: Hugh Dickins Cc: Shakeel Bu