diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-20 10:00:46 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-11-20 10:00:46 +0000 |
| commit | 0429e37ade0f33fd1159e425bfa5a5d531b3e8a1 (patch) | |
| tree | c111db9be70768372eebad9bfc9cbe47bb8a0a9d /sys/msdosfs | |
| parent | c18f2d82a59724bfa2abb6b195eb2c0d281e3261 (diff) | |
Notes
Diffstat (limited to 'sys/msdosfs')
| -rw-r--r-- | sys/msdosfs/msdosfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index efece992d585a..5005de3da0e8c 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -188,7 +188,7 @@ msdosfs_mountroot() return (error); } - CIRCLEQ_INSERT_TAIL(&mountlist, mp, mnt_list); + TAILQ_INSERT_TAIL(&mountlist, mp, mnt_list); mp->mnt_vnodecovered = NULLVP; (void) copystr("/", mp->mnt_stat.f_mntonname, MNAMELEN - 1, &size); |
