From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id 38D7F6B0047 for ; Wed, 27 Jan 2010 17:52:18 -0500 (EST) Date: Wed, 27 Jan 2010 23:51:32 +0100 From: Andrea Arcangeli Subject: Re: [PATCH 19 of 31] clear page compound Message-ID: <20100127225132.GA24242@random.random> References: <20100126195655.GV16468@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100126195655.GV16468@csn.ul.ie> Sender: owner-linux-mm@kvack.org To: Mel Gorman Cc: linux-mm@kvack.org, Marcelo Tosatti , Adam Litke , Avi Kivity , Izik Eidus , Hugh Dickins , Nick Piggin , Rik van Riel , Andi Kleen , Dave Hansen , Benjamin Herrenschmidt , Ingo Molnar , Mike Travis , KAMEZAWA Hiroyuki , Christoph Lameter , Chris Wright , Andrew Morton , bpicco@redhat.com, Christoph Hellwig , KOSAKI Motohiro List-ID: On Tue, Jan 26, 2010 at 07:56:55PM +0000, Mel Gorman wrote: > > +static inline void ClearPageCompound(struct page *page) > > +{ > > + BUG_ON(page->flags & PG_head_tail_mask != (1L << PG_compound)); > > 1L? cleaned up. -- 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