freebsd-dev/sys/contrib
Poul-Henning Kamp 0429e37ade struct mountlist and struct mount.mnt_list have no business being
a CIRCLEQ.  Change them to TAILQ_HEAD and TAILQ_ENTRY respectively.

This removes ugly  mp != (void*)&mountlist  comparisons.

Requested by:   phk
Submitted by:   Jake Burkholder jake@checker.org
PR:             14967
1999-11-20 10:00:46 +00:00
..
dev Finding root devices is a much more sane thing now. 1999-11-10 10:50:51 +00:00
softupdates struct mountlist and struct mount.mnt_list have no business being 1999-11-20 10:00:46 +00:00