From owner-freebsd-hackers Fri Sep 7 22:32:23 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 9F9E437B403; Fri, 7 Sep 2001 22:32:17 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.4/8.11.4) with ESMTP id f885VaT90901; Sat, 8 Sep 2001 07:31:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: chris@calldei.com Cc: Maxim Sobolev , Brent Verner , current@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: Junior Kernel Hacker task: improve vnode->v_tag In-Reply-To: Your message of "Fri, 07 Sep 2001 18:11:24 CDT." <20010907181124.B548@holly.calldei.com> Date: Sat, 08 Sep 2001 07:31:36 +0200 Message-ID: <90899.999927096@critter> From: Poul-Henning Kamp Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010907181124.B548@holly.calldei.com>, Chris Costello writes: >On Tuesday, September 04, 2001, Maxim Sobolev wrote: >Content-Description: ASCII C program text >> Index: coda/coda.h >> =================================================================== >> RCS file: /home/ncvs/src/sys/coda/coda.h,v >> retrieving revision 1.9 >> diff -d -u -r1.9 coda.h >> --- coda/coda.h 1999/12/29 04:54:30 1.9 >> +++ coda/coda.h 2001/09/04 18:46:42 >> @@ -41,7 +41,7 @@ >> #ifndef _CODA_HEADER_ >> #define _CODA_HEADER_ >> >> - >> +#define VT_CODA "VT_CODA" >... > > I don't think that the point of this is to use a string like >that, but rather a descriptive string, i.e. No actually not, I want something short and predictable like "VT_CODA". -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message