Subject: Re: new pid allocation code
To: David Laight <david@l8s.co.uk>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 03/13/2003 11:04:32
On Thu, Mar 13, 2003 at 09:55:21AM +0000, David Laight wrote:
> For a readability point of view I find the 'hand-coded pointer manipulation'
> better than the list macros.

I disagree. You could use a SLIST, but use the macros wherever possible.

Martin