[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1401240230190.9846@chino.kir.corp.google.com>
Date: Fri, 24 Jan 2014 02:33:27 -0800 (PST)
From: David Rientjes <rientjes@...gle.com>
To: Li Zefan <lizefan@...wei.com>
cc: Viresh Kumar <viresh.kumar@...aro.org>, mingo@...nel.org,
peterz@...radead.org, linaro-kernel@...ts.linaro.org,
patches@...aro.org, linux-kernel@...r.kernel.org,
Cgroups <cgroups@...r.kernel.org>, Tejun Heo <tj@...nel.org>
Subject: Re: [PATCH] cpusets: Allocate heap only when required
On Fri, 24 Jan 2014, Li Zefan 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
>
It's not harmless, if heap_init() fails with -ENOMEM then the write fails
even though it may not be for memory_spread_page or memory_spread_slab,
which is the minority of the callers of this function.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists