Re: [PATCH 2/2] oom: split out forced OOM killer

2015-06-19 Thread Michal Hocko
On Thu 18-06-15 12:27:12, David Rientjes wrote: > On Thu, 18 Jun 2015, Michal Hocko wrote: > > > The forced OOM killing is currently wired into out_of_memory() call > > even though their objective is different which makes the code ugly > > and harder to follow. Generic out_of_memory path has to de

Re: [PATCH 2/2] oom: split out forced OOM killer

2015-06-18 Thread David Rientjes
On Thu, 18 Jun 2015, Michal Hocko wrote: > The forced OOM killing is currently wired into out_of_memory() call > even though their objective is different which makes the code ugly > and harder to follow. Generic out_of_memory path has to deal with > configuration settings and heuristics which are