Re: [PATCH v6 03/10] mm: rename slab delayed deactivation functions and fields

2019-06-09 Thread Vladimir Davydov
On Tue, Jun 04, 2019 at 07:44:47PM -0700, Roman Gushchin wrote: > The delayed work/rcu deactivation infrastructure of non-root > kmem_caches can be also used for asynchronous release of these > objects. Let's get rid of the word "deactivation" in corresponding > names to make the code look better a

[PATCH v6 03/10] mm: rename slab delayed deactivation functions and fields

2019-06-04 Thread Roman Gushchin
The delayed work/rcu deactivation infrastructure of non-root kmem_caches can be also used for asynchronous release of these objects. Let's get rid of the word "deactivation" in corresponding names to make the code look better after generalization. It's easier to make the renaming first, so that th