Re: [External] Re: [PATCH 01/29] mm: shrinker: add shrinker::private_data field

2023-06-24 Thread Qi Zheng
Hi Vlastimil, On 2023/6/22 22:47, Vlastimil Babka wrote: On 6/22/23 10:53, Qi Zheng wrote: To prepare for the dynamic allocation of shrinker instances embedded in other structures, add a private_data field to struct shrinker, so that we can use shrinker::private_data to record and get the origi

Re: [PATCH 01/29] mm: shrinker: add shrinker::private_data field

2023-06-22 Thread Vlastimil Babka
On 6/22/23 10:53, Qi Zheng wrote: > To prepare for the dynamic allocation of shrinker instances > embedded in other structures, add a private_data field to > struct shrinker, so that we can use shrinker::private_data > to record and get the original embedded structure. > > Signed-off-by: Qi Zheng