Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754457AbaG2XWX (ORCPT ); Tue, 29 Jul 2014 19:22:23 -0400 Received: from mta-out1.inet.fi ([62.71.2.198]:41735 "EHLO jenni1.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754326AbaG2XWW (ORCPT ); Tue, 29 Jul 2014 19:22:22 -0400 Date: Wed, 30 Jul 2014 02:21:42 +0300 From: "Kirill A. Shutemov" To: David Rientjes Cc: Vlastimil Babka , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Minchan Kim , Joonsoo Kim , Michal Nazarewicz , Naoya Horiguchi , Christoph Lameter , Rik van Riel , Mel Gorman , Zhang Yanfei Subject: Re: [PATCH v5 05/14] mm, compaction: move pageblock checks up from isolate_migratepages_range() Message-ID: <20140729232142.GB17685@node.dhcp.inet.fi> References: <1406553101-29326-1-git-send-email-vbabka@suse.cz> <1406553101-29326-6-git-send-email-vbabka@suse.cz> <53D7690D.5070307@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 29, 2014 at 04:02:09PM -0700, David Rientjes wrote: > Hmm, I'm confused at how that could be true, could you explain what > memory other than thp can return true for PageTransHuge()? PageTransHuge() will be true for any head of compound page if THP is enabled compile time: hugetlbfs, slab, whatever. -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/