freebsd-dev/sys/ufs
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
..
ffs struct mountlist and struct mount.mnt_list have no business being 1999-11-20 10:00:46 +00:00
mfs Fix a warning (unused static declaration without MFS_ROOT) 1999-11-18 08:49:40 +00:00
ufs Remove WILLRELE from VOP_SYMLINK 1999-11-13 20:58:17 +00:00