On Tue 26-03-13 15:52:32, Li Zefan wrote: [...] > ... > > static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg, > > struct kmem_cache *s) > > { > > - char *name; > > struct kmem_cache *new; > > + static char *tmp_name = NULL; > > (minor nitpick) why not preserve the name "name" I wanted to make it clear that the name is just temporal -- Michal Hocko SUSE Labs -- 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>