> #ifdef CONFIG_MEMCG_KMEM > -static inline void memcg_kmem_set_active(struct mem_cgroup *memcg) > +static void memcg_kmem_set_active(struct mem_cgroup *memcg) > { > set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags); > } > @@ -645,6 +645,7 @@ static void drain_all_stock_async(struct > static struct mem_cgroup_per_zone * > mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid) > { > + VM_BUG_ON((unsigned)nid >= nr_node_ids); > return &memcg->info.nodeinfo[nid]->zoneinfo[zid]; > } > > _ > > Glauber, could you please cc me on patches more often? It's a bit of a > pita having to go back to the mailing list to see if there has been > more dicussion and I may end up missing late review comments and acks. > Sure, absolutely. -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html