From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261998AbVHEWYT (ORCPT ); Fri, 5 Aug 2005 18:24:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261896AbVHEWYO (ORCPT ); Fri, 5 Aug 2005 18:24:14 -0400 Received: from mx1.redhat.com ([66.187.233.31]:3721 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S263152AbVHEWWr (ORCPT ); Fri, 5 Aug 2005 18:22:47 -0400 Date: Fri, 5 Aug 2005 18:22:37 -0400 From: Dave Jones To: Stelian Pop Cc: Linus Torvalds , Linux Kernel Mailing List Subject: Re: [PATCH] Export handle_mm_fault to modules. Message-ID: <20050805222237.GQ2241@redhat.com> Mail-Followup-To: Dave Jones , Stelian Pop , Linus Torvalds , Linux Kernel Mailing List References: <1123278912.8224.2.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1123278912.8224.2.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 05, 2005 at 11:55:12PM +0200, Stelian Pop wrote: > handle_mm_fault changed from an inline function to a non-inline one > (__handle_mm_fault), which is not available to external kernel modules. > The patch below fixes this. > > Stelian. > > Export __handle_mm_fault to modules (called by the inlined handle_mm_fault function). Which modules need this ? Dave