From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AC581B7CBD for ; Thu, 25 Mar 2010 19:28:22 +1100 (EST) Subject: Re: [PATCH 1/2] mm/vmalloc: Export purge_vmap_area_lazy() From: Benjamin Herrenschmidt To: Nick Piggin In-Reply-To: <20100325052814.GA7493@laptop.nomadix.com> References: <1269417391.8599.188.camel@pasglop> <20100325052814.GA7493@laptop.nomadix.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 25 Mar 2010 19:25:59 +1100 Message-ID: <1269505559.8599.239.camel@pasglop> Mime-Version: 1.0 Cc: "linux-mm@kvack.org" , linuxppc-dev , "linux-kernel@vger.kernel.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > You want vm_unmap_aliases(), which also flushes entries in the > per-cpu vmap allocator (and is already exported for other code > that has similar problems). Ok, I missed that one. I'll update my patch. Thanks. Cheers, Ben.