> #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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>