From owner-cvs-all Sun Jan 20 11: 0: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF83037B405; Sun, 20 Jan 2002 10:59:58 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0KIxwB22642; Sun, 20 Jan 2002 10:59:58 -0800 (PST) (envelope-from alc) Message-Id: <200201201859.g0KIxwB22642@freefall.freebsd.org> From: Alan Cox Date: Sun, 20 Jan 2002 10:59:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/01/20 10:59:58 PST Modified files: sys/kern vfs_aio.c Log: o Remove the unused vestiges of JOBST_JOBQPROC and the per-thread jobtorun queue. o Use TAILQ_EMPTY() instead of TAILQ_FIRST(...) == NULL. Revision Changes Path 1.113 +1 -15 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message