X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=mm%2Fslab_common.c;h=bec2fce9fafc33b81ff10d6fcd939b01712af770;hb=0c0ddbf7efec0aea124e4f7688e2b310faef7a91;hp=3c6a86b4ec25f8462c1584dcb5bcf01e4edbd4ff;hpb=8c14f72b57570d71afda03c5c51b06f0b4af4367;p=firefly-linux-kernel-4.4.55.git diff --git a/mm/slab_common.c b/mm/slab_common.c index 3c6a86b4ec25..bec2fce9fafc 100644 --- a/mm/slab_common.c +++ b/mm/slab_common.c @@ -521,8 +521,8 @@ void memcg_create_kmem_cache(struct mem_cgroup *memcg, goto out_unlock; cgroup_name(css->cgroup, memcg_name_buf, sizeof(memcg_name_buf)); - cache_name = kasprintf(GFP_KERNEL, "%s(%d:%s)", root_cache->name, - css->id, memcg_name_buf); + cache_name = kasprintf(GFP_KERNEL, "%s(%llu:%s)", root_cache->name, + css->serial_nr, memcg_name_buf); if (!cache_name) goto out_unlock;