Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 18 Apr 2001 17:49:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 18 Apr 2001 17:49:10 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:29168 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Wed, 18 Apr 2001 17:48:56 -0400 Date: Wed, 18 Apr 2001 17:48:50 -0400 (EDT) From: Alexander Viro To: Jeff Golds cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] proc_lookup not exported In-Reply-To: <3ADDC2BB.47C7DF0C@resilience.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Apr 2001, Jeff Golds wrote: > I don't see why not. I created my own mkdir and rmdir handlers in my > module. I'd like to use the lookup function that proc supplies instead > of supplying my own, why shouldn't I be allowed to do that? It's not as > if I am doing something other than what normally happens: I am > assigning inode_operations::lookup to be proc_lookup. Use ramfs as a model; procfs is not well-suited for that sort of work. - 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/