From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 22 May 2002 14:22:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 22 May 2002 14:22:04 -0400 Received: from imladris.infradead.org ([194.205.184.45]:9490 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Wed, 22 May 2002 14:19:54 -0400 Date: Wed, 22 May 2002 19:19:45 +0100 From: Christoph Hellwig To: Alexander Viro Cc: Christoph Hellwig , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [PATCH] split namei.h out of fs.h Message-ID: <20020522191945.A18584@infradead.org> Mail-Followup-To: Christoph Hellwig , Alexander Viro , Linus Torvalds , linux-kernel@vger.kernel.org In-Reply-To: <20020522190213.A17774@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 22, 2002 at 02:18:01PM -0400, Alexander Viro wrote: > > This patch starts with the namei/path lookup interface and splits it into > > which is now directly included by the 24 files that actually > > need it. > > Please, make a version that would take open_namei() and may_open() into the > same place. I will send an incremental patch if Linus applies this one - else it'll be integrated when I resend.