Re: [PATCH v2 06/13] mm/slab: abstract slabobj_ext.objcg access
Hao Li <[email protected]> Thu, 23 Jul 2026 19:32:00 +0800
| Newsgroups | org.kernel.vger.cgroups,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <amH7ndu2TAd4ixKU@fedora> |
On Mon, Jul 20, 2026 at 04:16:20PM +0200, Vlastimil Babka (SUSE) wrote: > In preparation for changes to the structure, abstract getting and > setting the objcg field with slab_obj_ext_objcg() and > slab_obj_ext_set_objcg(). > Rename the field to _objcg to make an unexpected direct access a compile > error. > > No functional change intended. > > Signed-off-by: Vlastimil Babka (SUSE) <[email protected]> Looks good to me. Reviewed-by: Hao Li <[email protected]> -- Thanks, Hao