Re: [TRIVIAL PATCH] Remove list_t infection.

David S. Miller (davem@redhat.com)
Mon, 02 Sep 2002 03:05:53 -0700 (PDT)


From: Daniel Phillips <phillips@arcor.de>
Date: Mon, 2 Sep 2002 12:11:53 +0200

On Monday 02 September 2002 08:20, David S. Miller wrote:
> The problem is, it isn't a "list", it's a "list header" or "list
> marker", ie. a list_head.

No it's not, it's nothing more nor less than a list node, identically,
a list.

A list node is markably different from "the list" itself.

A "list" is the whole of all the nodes on the list, not just one
of them.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/