From owner-cvs-all Fri Dec 14 0:28:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (fw-rl0.freebsd.dk [212.242.86.114]) by hub.freebsd.org (Postfix) with ESMTP id C5B6537B405; Fri, 14 Dec 2001 00:28:22 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.11.6/8.11.6) id fBE8SL376721; Fri, 14 Dec 2001 09:28:21 +0100 (CET) (envelope-from sos) From: Søren Schmidt Message-Id: <200112140828.fBE8SL376721@freebsd.dk> Subject: Re: cvs commit: src/sys/kern subr_disklabel.c In-Reply-To: <200112140550.fBE5oiD51625@freefall.freebsd.org> To: Kirk McKusick Date: Fri, 14 Dec 2001 09:28:21 +0100 (CET) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: sos@freebsd.dk X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 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 It seems Kirk McKusick wrote: > mckusick 2001/12/13 21:50:44 PST > > Modified files: > sys/kern subr_disklabel.c > Log: > Add disk I/O scheduling for positively niced processes. > When a positively niced process requests a disk I/O, make > it wait for its nice value of ticks before scheduling its > I/O request if there are any other processes with I/O > requests in the disk queue. For all the gory details, see > the ``Running fsck in the Background'' paper in the Usenix > BSDCon 2002 Conference Proceedings, pages 55-64. This breaks the kernel compile: ../../../kern/subr_disklabel.c: In function `bioqdisksort': ../../../kern/subr_disklabel.c:92: warning: implicit declaration of function `BIOTOBUF' ../../../kern/subr_disklabel.c:92: invalid type argument of `->' ../../../kern/subr_disklabel.c:92: invalid type argument of `->' *** Error code 1 The macro BIOTOBUF is not defined anywhere I can find... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message