From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx186.postini.com [74.125.245.186]) by kanga.kvack.org (Postfix) with SMTP id 39E636B005C for ; Thu, 14 Jun 2012 09:23:05 -0400 (EDT) Received: by dakp5 with SMTP id p5so3135917dak.14 for ; Thu, 14 Jun 2012 06:23:04 -0700 (PDT) From: Wanpeng Li Subject: [PATCH] mm: complement page reclaim comment Date: Thu, 14 Jun 2012 21:22:38 +0800 Message-Id: <1339680158-26657-1-git-send-email-liwp.linux@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-mm@kvack.org Cc: Andrew Morton , KAMEZAWA Hiroyuki , Mel Gorman , Minchan Kim , Hugh Dickins , linux-kernel@vger.kernel.org, trivial@kernel.org, Gavin Shan , Wanpeng Li From: Wanpeng Li Signed-off-by: Wanpeng Li --- mm/vmscan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/vmscan.c b/mm/vmscan.c index ed823df..603c96f 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -3203,6 +3203,7 @@ int zone_reclaim(struct zone *zone, gfp_t gfp_mask, unsigned int order) * Reasons page might not be evictable: * (1) page's mapping marked unevictable * (2) page is part of an mlocked VMA + * (3) page mapped into SHM_LOCK'd shared memory regions * */ int page_evictable(struct page *page, struct vm_area_struct *vma) -- 1.7.9.5 -- 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