From owner-cvs-all Tue Nov 16 8:29: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 337F61529C; Tue, 16 Nov 1999 08:29:00 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA90991; Tue, 16 Nov 1999 08:29:00 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199911161629.IAA90991@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Nov 1999 08:29:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lockf.c kern_proc.c subr_eventhandler.c subr_rman.c vfs_subr.c vfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/11/16 08:29:00 PST Modified files: sys/kern kern_lockf.c kern_proc.c subr_eventhandler.c subr_rman.c vfs_subr.c vfs_syscalls.c Log: Commit the remaining part of PR14914: Alot of the code in sys/kern directly accesses the *Q_HEAD and *Q_ENTRY structures for list operations. This patch makes all list operations in sys/kern use the queue(3) macros, rather than directly accessing the *Q_{HEAD,ENTRY} structures. Reviewed by: phk Submitted by: Jake Burkholder PR: 14914 Revision Changes Path 1.25 +9 -9 src/sys/kern/kern_lockf.c 1.58 +18 -21 src/sys/kern/kern_proc.c 1.3 +2 -2 src/sys/kern/subr_eventhandler.c 1.10 +16 -17 src/sys/kern/subr_rman.c 1.234 +19 -20 src/sys/kern/vfs_subr.c 1.144 +12 -10 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message