Bug 14968

Summary: Convert resource_head and resource.r_link from CIRCLEQ to TAILQ
Product: Base System Reporter: jake <jake>
Component: kernAssignee: Kirk McKusick <mckusick>
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:50:00 UTC
struct resource_head and struct resource.r_link have no business being a
CIRCLEQ.  Change them to TAILQ_HEAD and TAILQ_ENTRY respectively.

This removes an ugly macro that should not have been defined locally
in the first place.

How-To-Repeat: 
n/a
Comment 1 Garrett A. Wollman 1999-11-18 15:29:11 UTC
<<On Wed, 17 Nov 1999 19:41:31 -0800 (PST), jake@checker.org said:

> struct resource_head and struct resource.r_link have no business being a
> CIRCLEQ.

Sez who?!

-GAWollman
(author of that there code)
Comment 2 cpiazza freebsd_committer freebsd_triage 2000-01-14 06:27:21 UTC
Responsible Changed
From-To: freebsd-bugs->wollman

Garrett says he is the author of this code. 
Comment 3 Garrett Wollman freebsd_committer freebsd_triage 2000-11-27 19:43:11 UTC
State Changed
From-To: open->closed

Kirk made the suggested change with my approval for his own reasons. 


Comment 4 Garrett Wollman freebsd_committer freebsd_triage 2000-11-27 19:43:11 UTC
Responsible Changed
From-To: wollman->mckusick

Kirk did id.