Date: Tue, 16 Nov 1999 08:29:00 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <199911161629.IAA90991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <jake@checker.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911161629.IAA90991>