Date: Thu, 3 Jan 2002 12:18:34 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Harti Brandt <brandt@fokus.gmd.de> Cc: Julian Elischer <julian@elischer.org>, Poul-Henning Kamp <phk@critter.freebsd.dk>, Stephen McKay <mckay@thehub.com.au>, John Baldwin <jhb@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG>, <cvs-committers@FreeBSD.ORG>, Julian Elischer <julian@FreeBSD.ORG>, Greg Lehey <grog@FreeBSD.ORG> Subject: Re: cvs commit: src/share/man/man3 queue.3 Message-ID: <200201032018.g03KIYb72472@apollo.backplane.com> References: <20020103103234.N7957-100000@beagle.fokus.gmd.de>
next in thread | previous in thread | raw e-mail | index | archive | help
: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. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201032018.g03KIYb72472>