Re: [PATCH v3 05/28] memcg: Reclaim when more than one page needed.
From: Christoph Lameter <hidden>
Date: 2012-05-29 14:20:23
Also in:
linux-mm, lkml
From: Christoph Lameter <hidden>
Date: 2012-05-29 14:20:23
Also in:
linux-mm, lkml
On Tue, 29 May 2012, Christoph Lameter wrote:
quoted
* unlikely to succeed so close to the limit, and we fall back * to regular pages anyway in case of failure. */ - if (nr_pages == 1 && ret) + if (nr_pages <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) && ret) {
Should this not be nr_pages <= 1 << PAGE_ALLOC_COSTLY_ORDER -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>