From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 4/4] fs: Remove path_walk export Date: Sun, 6 May 2007 12:15:54 +0100 Message-ID: <20070506111554.GD1211@infradead.org> References: <11784065741163-git-send-email-jsipek@cs.sunysb.edu> <1178406574518-git-send-email-jsipek@cs.sunysb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, hch@infradead.org, akpm@linux-foundation.org, viro@ftp.linux.org.uk, Trond.Myklebust@netapp.com, neilb@suse.de, mhalcrow@us.ibm.com To: Josef 'Jeff' Sipek Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:39659 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754665AbXEFLPz (ORCPT ); Sun, 6 May 2007 07:15:55 -0400 Content-Disposition: inline In-Reply-To: <1178406574518-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, May 05, 2007 at 07:09:34PM -0400, Josef 'Jeff' Sipek wrote: > Signed-off-by: Josef 'Jeff' Sipek > --- > fs/namei.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) it should be possible to make it static now aswell. (the uml code using it is #if0'ed and will never be resurrected because it's quite bogus). Also link_path_walk can become static aswell. It will need a forward declaration though as it's used recursively.