Subject: Re: use of LIST macros from sys/queue.h
To: David Laight <david@l8s.co.uk>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 09/05/2002 09:07:39
On Thu, Sep 05, 2002 at 04:37:28PM +0100, David Laight wrote:

 > xxx_EMPTY, xxx_FIRST, xxx_NEXT are so trivial that the macros
 > just hide the obvious impementation.

Good ... it makes it easier to change which type of list you want to
use, if you decide you need to do so.

Matt's change was a good one .. it's bothered me for some time that
we've had open-coded uses of the queue.h macros in sys/kern.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>