From owner-cvs-all Sat Feb 9 12:42: 3 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 1D01C37B404; Sat, 9 Feb 2002 12:41:59 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g19KfxM36001; Sat, 9 Feb 2002 12:41:59 -0800 (PST) (envelope-from alc) Message-Id: <200202092041.g19KfxM36001@freefall.freebsd.org> From: Alan Cox Date: Sat, 9 Feb 2002 12:41:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 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/02/09 12:41:59 PST Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC o [Revision 1.113] Remove JOBST_JOBQPROC and the per-thread jobtorun queue. They're not used. Use TAILQ_EMPTY() instead of TAILQ_FIRST(...) == NULL. o [Revision 1.111] Eliminate an unused parameter from aio_fphysio(). o [Revision 1.104] Eliminate the unnecessary initialization of several static variables to zero. Revision Changes Path 1.70.2.14 +7 -21 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message