Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759895AbXFFJp1 (ORCPT ); Wed, 6 Jun 2007 05:45:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754011AbXFFJpQ (ORCPT ); Wed, 6 Jun 2007 05:45:16 -0400 Received: from smtp.ocgnet.org ([64.20.243.3]:58005 "EHLO smtp.ocgnet.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751610AbXFFJpN (ORCPT ); Wed, 6 Jun 2007 05:45:13 -0400 Date: Wed, 6 Jun 2007 18:44:01 +0900 From: Paul Mundt To: Peter Zijlstra Cc: Andrew Morton , linux-kernel@vger.kernel.org, parisc-linux@lists.parisc-linux.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Ollie Wild , Ingo Molnar , Andi Kleen Subject: Re: [PATCH 4/4] mm: variable length argument support Message-ID: <20070606094401.GA10393@linux-sh.org> Mail-Followup-To: Paul Mundt , Peter Zijlstra , Andrew Morton , linux-kernel@vger.kernel.org, parisc-linux@lists.parisc-linux.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, Ollie Wild , Ingo Molnar , Andi Kleen References: <20070605150523.786600000@chello.nl> <20070605151203.790585000@chello.nl> <20070606013658.20bcbe2f.akpm@linux-foundation.org> <1181120061.7348.177.camel@twins> <20070606020651.19a89dca.akpm@linux-foundation.org> <1181122473.7348.188.camel@twins> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1181122473.7348.188.camel@twins> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 711 Lines: 24 On Wed, Jun 06, 2007 at 11:34:33AM +0200, Peter Zijlstra wrote: > +static void flush_arg_page(struct linux_binprm *bprm, unsigned long pos, > + struct page *page) > +{ > + flush_cache_page(bprm->vma, pos, page_to_pfn(page)); > +} > + [snip] > @@ -253,6 +305,17 @@ static void free_arg_pages(struct linux_ > free_arg_page(bprm, i); > } > > +static void flush_arg_page(struct linux_binprm *bprm, unsigned long pos, > + struct page *page) > +{ > +} > + inline? - 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/