On Mon, Feb 17, 2025 at 07:14:41PM -0800, JP Kobryn wrote: > The cgroup_rstat_ops interface provides a way for type-specific > operations to be hidden from the common rstat operations. Use it to > decouple the cgroup_subsys_type from within the internal rstat > updated/flush routines. The new ops interface allows for greater > extensibility in terms of future changes. i.e. public updated/flush Here you might need to be explicit what future changes. Will all controllers using rstat require this ops interface or some of them?