From owner-cvs-all Thu Jan 21 21:36:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20234 for cvs-all-outgoing; Thu, 21 Jan 1999 21:36:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20227; Thu, 21 Jan 1999 21:36:18 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA28334; Thu, 21 Jan 1999 21:36:15 -0800 (PST) Date: Thu, 21 Jan 1999 21:36:15 -0800 (PST) Message-Id: <199901220536.VAA28334@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/21 21:36:14 PST Modified files: (Branch: RELENG_3) sys/kern vfs_bio.c Log: vm_page_sleep() can't just be called once with the assumption that the page will be unbusied, it doesn't work that way. Fixed to call it in a loop until the page is truely unbusy. Revision Changes Path 1.193.2.1 +8 -3 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message