freebsd-src/sys/miscfs
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
..
deadfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
devfs struct mountlist and struct mount.mnt_list have no business being 1999-11-20 10:00:46 +00:00
fdesc Fix a warning. 1999-11-18 08:47:10 +00:00
fifofs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
kernfs Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
nullfs Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
portal Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
procfs Make proc/*/cmdline use the cached argv if available. 1999-11-17 21:35:07 +00:00
specfs Next step in the device cleanup process. 1999-11-09 14:15:33 +00:00
umapfs Seperate the export check in VFS_FHTOVP, exports are now checked via 1999-09-11 00:46:08 +00:00
union Fix an unused variable warning. 1999-11-18 09:07:30 +00:00