From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932900AbXCGKRa (ORCPT ); Wed, 7 Mar 2007 05:17:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932890AbXCGKRa (ORCPT ); Wed, 7 Mar 2007 05:17:30 -0500 Received: from ns.suse.de ([195.135.220.2]:41601 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422713AbXCGKR3 (ORCPT ); Wed, 7 Mar 2007 05:17:29 -0500 Date: Wed, 7 Mar 2007 11:17:28 +0100 From: Nick Piggin To: Benjamin Herrenschmidt Cc: Andrew Morton , Linux Memory Management , Linux Kernel , Ingo Molnar Subject: Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear) Message-ID: <20070307101728.GA5555@wotan.suse.de> References: <20070221023656.6306.246.sendpatchset@linux.site> <20070221023735.6306.83373.sendpatchset@linux.site> <20070306225101.f393632c.akpm@linux-foundation.org> <1173261949.9349.37.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1173261949.9349.37.camel@localhost.localdomain> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 07, 2007 at 11:05:48AM +0100, Benjamin Herrenschmidt wrote: > > > > NOPAGE_REFAULT is removed. This should be implemented with ->fault, and > > > no users have hit mainline yet. > > > > Did benh agree with that? > > I won't use NOPAGE_REFAULT, I use NOPFN_REFAULT and that has hit > mainline. I will switch to ->fault when I have time to adapt the code, > in the meantime, NOPFN_REFAULT should stay. I think I removed not only NOFPN_REFAULT, but also nopfn itself, *and* adapted the code for you ;) it is in patch 5/6, sent a while ago.