> In mem_cgroup_alloc() we currently do either kmalloc() or vmalloc() then > followed by memset() to zero the memory. This can be more efficiently > achieved by using kzalloc() and vzalloc(). > There's also one situation where we can use kzalloc_node() - this is > what's new in this version of the patch. > > The original patch was: > > Acked-by: KAMEZAWA Hiroyuki <[email protected]> > Reviewed-by: Minchan Kim <[email protected]> > Reviewed-by: Wu Fengguang <[email protected]> > Acked-by: Balbir Singh <[email protected]> > > Here's version 2. I'd appreciate it if someone could merge it, but I don't > know who that someone would be. >
Normally it's Andrew Morton. btw, a better title is: [...] memcgroup: prefer ... over ... memset _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
