From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/2] fs: Use path_walk in do_path_lookup Date: Sun, 6 May 2007 12:11:39 +0100 Message-ID: <20070506111139.GB1211@infradead.org> References: <1178405980972-git-send-email-jsipek@cs.sunysb.edu> <11784059801600-git-send-email-jsipek@cs.sunysb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, hch@infradead.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Josef 'Jeff' Sipek Return-path: Content-Disposition: inline In-Reply-To: <11784059801600-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, May 05, 2007 at 06:59:40PM -0400, Josef 'Jeff' Sipek wrote: > Since, path_walk sets the total_link_count to 0, and calls link_path_walk, > we can just call path_walk directly. Ok.