Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763971AbXISRl7 (ORCPT ); Wed, 19 Sep 2007 13:41:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763603AbXISRkk (ORCPT ); Wed, 19 Sep 2007 13:40:40 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:36619 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1763625AbXISRki (ORCPT ); Wed, 19 Sep 2007 13:40:38 -0400 Date: Wed, 19 Sep 2007 10:40:37 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Gabriel C cc: Christoph Hellwig , Mel Gorman , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, David Chinner , Jens Axboe Subject: Re: [14/17] Allow bit_waitqueue to wait on a bit in a vmalloc area In-Reply-To: <46F0A199.30706@googlemail.com> Message-ID: References: <20070919033605.785839297@sgi.com> <20070919033643.537998421@sgi.com> <46F0A199.30706@googlemail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 473 Lines: 16 On Wed, 19 Sep 2007, Gabriel C wrote: > Christoph Lameter wrote: > > > > > + if (is_vmalloc_addr(word)) > > + page = vmalloc_to_page(word) > ^^^^^^ > Missing ' ; ' Argh. Late beautification attempts are backfiring.... - 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/