Bug 14967

Summary: Convert mountlist and mount.mnt_list from CIRCLEQ to TAILQ
Product: Base System Reporter: jake <jake>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jake 1999-11-18 03:40:01 UTC
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.

How-To-Repeat: 
n/a
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 1999-11-20 10:08:35 UTC
State Changed
From-To: open->closed

commite, thanks!