Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 09:28:21 +0100 (CET)
From:      Søren Schmidt <sos@freebsd.dk>
To:        Kirk McKusick <mckusick@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern subr_disklabel.c
Message-ID:  <200112140828.fBE8SL376721@freebsd.dk>
In-Reply-To: <200112140550.fBE5oiD51625@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112140828.fBE8SL376721>