Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945979AbWBCVXO (ORCPT ); Fri, 3 Feb 2006 16:23:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1945980AbWBCVXN (ORCPT ); Fri, 3 Feb 2006 16:23:13 -0500 Received: from mx1.redhat.com ([66.187.233.31]:25810 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1945979AbWBCVXM (ORCPT ); Fri, 3 Feb 2006 16:23:12 -0500 Date: Fri, 3 Feb 2006 16:22:59 -0500 From: Dave Jones To: Linux Kernel Cc: hch@infradead.org Subject: unexport lookup_hash Message-ID: <20060203212259.GA11066@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , hch@infradead.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1494 Lines: 36 I just stumbled across this whilst checking for planned feature removal, and missed any discussion why this didn't happen, so I assume Christoph forgot. Signed-off-by: Dave Jones --- linux-2.6.15.noarch/fs/namei.c~ 2006-02-03 16:20:49.000000000 -0500 +++ linux-2.6.15.noarch/fs/namei.c 2006-02-03 16:21:07.000000000 -0500 @@ -2668,7 +2668,6 @@ EXPORT_SYMBOL(follow_up); EXPORT_SYMBOL(get_write_access); /* binfmt_aout */ EXPORT_SYMBOL(getname); EXPORT_SYMBOL(lock_rename); -EXPORT_SYMBOL(lookup_hash); EXPORT_SYMBOL(lookup_one_len); EXPORT_SYMBOL(page_follow_link_light); EXPORT_SYMBOL(page_put_link); --- linux-2.6.15.noarch/Documentation/feature-removal-schedule.txt~ 2006-02-03 16:21:11.000000000 -0500 +++ linux-2.6.15.noarch/Documentation/feature-removal-schedule.txt 2006-02-03 16:21:40.000000000 -0500 @@ -116,13 +116,6 @@ Who: Harald Welte - ---------------------------- - What: CONFIG_FORCED_INLINING When: June 2006 Why: Config option is there to see if gcc is good enough. (in january - 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/