From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: [14/17] Allow bit_waitqueue to wait on a bit in a vmalloc area Date: Wed, 19 Sep 2007 10:40:37 -0700 (PDT) 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 Cc: Christoph Hellwig , Mel Gorman , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, David Chinner , Jens Axboe To: Gabriel C Return-path: 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 In-Reply-To: <46F0A199.30706@googlemail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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....