From owner-freebsd-current@FreeBSD.ORG Fri Aug 8 00:25:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB3637B401 for ; Fri, 8 Aug 2003 00:25:26 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829BE43FE0 for ; Fri, 8 Aug 2003 00:25:25 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38lc11n.dialup.mindspring.com ([209.86.4.55] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19l1cn-00025q-00; Fri, 08 Aug 2003 00:25:21 -0700 Message-ID: <3F335026.100EC25C@mindspring.com> Date: Fri, 08 Aug 2003 00:24:22 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Tobias Roth References: <20030806090253.GA23980@speedy.unibe.ch> <3F31E1E0.FDE0911F@mindspring.com> <20030807112035.GB1348@speedy.unibe.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a433fcc037dd8032a86255906fd33ea90a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: current@freebsd.org Subject: Re: mdconfig feature request X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 07:25:26 -0000 Tobias Roth wrote: > > You could do the vnode. Doing the path is hard. > > the vnode is good enough for me. would someone be so kind to implement > that? Depends; what are you going to do, with only the address of a kernel structure? What's having that going to buy you? > or will this still cause problems because the vnode file can actually > be deleted (as stated below)? Again, it really depends on what the heck you are wanting to do with it once you have it. If you only want to print it out as a hex number on a little square of paper and carry it around as a good luck charm, won't any random hex number work for that? A better idea might be telling the list what problem is it that you are trying to solve, since we may already have a way of solving it. -- Terry