From owner-cvs-all Thu Jan 3 12:36:12 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 259F137B405; Thu, 3 Jan 2002 12:36:04 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id g03KXZY01576; Thu, 3 Jan 2002 21:33:36 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Matthew Dillon Cc: Harti Brandt , Julian Elischer , Stephen McKay , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Julian Elischer , Greg Lehey Subject: Re: cvs commit: src/share/man/man3 queue.3 In-Reply-To: Your message of "Thu, 03 Jan 2002 12:18:34 PST." <200201032018.g03KIYb72472@apollo.backplane.com> Date: Thu, 03 Jan 2002 21:33:35 +0100 Message-ID: <1574.1010090015@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200201032018.g03KIYb72472@apollo.backplane.com>, Matthew Dillon wri tes: > >:Well the point is, that we are not talking about MYLIST_*, but about >:TAILQ_FIRST. While you are certainly right if you are going to design a > > Yes, but in the last year we have changed the list type for a number > of lists in the system. I had to change the mountq from LIST_ to > TAILQ_, for example, and a number of other people have had to change > other lists as well. > > The macros made it easy to change. Even so I had to cleanup a handful > of modules that were assuming that bzero() would be sufficient to > initialize the list head (it isn't for a TAILQ). If we need to > change a list type that assumptions have been made on, it becomes > much harder. For once I have to hand it to you Matt: I agree 100%. -- 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 cvs-all" in the body of the message