Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266116AbUJWJ5S (ORCPT ); Sat, 23 Oct 2004 05:57:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266189AbUJWJ5S (ORCPT ); Sat, 23 Oct 2004 05:57:18 -0400 Received: from phoenix.infradead.org ([81.187.226.98]:34827 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S266116AbUJWJ5P (ORCPT ); Sat, 23 Oct 2004 05:57:15 -0400 Date: Sat, 23 Oct 2004 10:57:14 +0100 From: Christoph Hellwig To: "C.Y.M" Cc: Linux-Kernel Subject: Re: Unknown symbol kill_proc_info in 2.6.10-rc1 Message-ID: <20041023095714.GD30137@infradead.org> Mail-Followup-To: Christoph Hellwig , "C.Y.M" , Linux-Kernel References: <417A2292.9090008@syphir.sytes.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <417A2292.9090008@syphir.sytes.net> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by phoenix.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 773 Lines: 15 On Sat, Oct 23, 2004 at 02:21:22AM -0700, C.Y.M wrote: > After building 2.6.10-rc1, i was unable to load my "lufs" module due to > an unknown symbol error (kill_proc_info). When I examined the > 2.6.10-rc1 patch, I noticed that "EXPORT_SYMBOL(kill_proc_info);" was > removed from signal.c. With the following patch, I was able to resolve > my problem, but I am not sure if this is the correct method. Is there a > reason why the kill_proc_info symbol is no longer exported? Because it's not an API you should be using. - 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/