Re: [PATCH] 2.5.21 - list.h cleanup

Andreas Dilger (adilger@clusterfs.com)
Mon, 10 Jun 2002 10:37:02 -0600


On Jun 10, 2002 18:28 +0300, Dan Aloni wrote:
> This patch is against 2.5.21 vanilla.
> + replace __inline__ with inline.

Good.

> + add the new list_move and list_move_tail mutators as inline functions.

Good.

> + use list_t intead of struct list_head (no bytes we harmed, bla.. bla..)

I think you will find that the "struct list_head" is the preferred way
to go (which is why there are lots of "struct list_head" users in the
code and few "list_t" users.

Cheers, Andreas

--
Andreas Dilger
http://www-mddsp.enel.ucalgary.ca/People/adilger/
http://sourceforge.net/projects/ext2resize/

- 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/