From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 18 Sep 2007 12:54:42 -0700 (PDT) From: Christoph Lameter Subject: Re: [patch 4/4] oom: serialize out of memory calls In-Reply-To: Message-ID: References: <871b7a4fd566de081120.1187786931@v2.random> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: David Rientjes Cc: Andrew Morton , Andrea Arcangeli , linux-mm@kvack.org List-ID: On Tue, 18 Sep 2007, David Rientjes wrote: > goto got_pg; > } else if ((gfp_mask & __GFP_FS) && !(gfp_mask & __GFP_NORETRY)) { > + if (oom_killer_trylock(zonelist)) { Condition reversed? We want to restart if the lock is taken right? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org