freebsd-dev/sys/msdosfs
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
..
bootsect.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
bpb.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
denode.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
direntry.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fat.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs_conv.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs_denode.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs_fat.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs_lookup.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs_vfsops.c struct mountlist and struct mount.mnt_list have no business being 1999-11-20 10:00:46 +00:00
msdosfs_vnops.c More removals of vnode->v_lastr, replaced by preexisting seqcount 1999-09-20 23:27:58 +00:00
msdosfsmount.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00