]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Commit the remaining part of PR14914:
authorPoul-Henning Kamp <phk@FreeBSD.org>
Tue, 16 Nov 1999 16:28:58 +0000 (16:28 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Tue, 16 Nov 1999 16:28:58 +0000 (16:28 +0000)
commit1b7277516b6bbeb1e5e8fcc6516fb9e1c74e25be
treeb7a1ee1fe863a0610766302fc19cec04808b654f
parenteb86c09749e48f9ca68f832e7299ce399297a66e
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
sys/kern/kern_lockf.c
sys/kern/kern_proc.c
sys/kern/subr_eventhandler.c
sys/kern/subr_rman.c
sys/kern/vfs_export.c
sys/kern/vfs_extattr.c
sys/kern/vfs_subr.c
sys/kern/vfs_syscalls.c