Cc: Tejun
On 2014/1/24 5:31, David Rientjes wrote:
On Thu, 23 Jan 2014, Viresh Kumar wrote:
update_flag() routine uses heap only when spread_flag_changed is true. Otherwise heap isn't used, but is allocated and freed unnecessarily.
but harmless
Fix this by allocating heap only when required.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Acked-by: David Rientjes rientjes@google.com
Acked-by: Li Zefan lizefan@huawei.com
I would like this patch be picked up by Tejun. I'll send out a patchset for cpuset which may have confliction with this one.