From owner-cvs-all Sat Jan 23 17:16:00 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14460 for cvs-all-outgoing; Sat, 23 Jan 1999 17:16:00 -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 RAA14452; Sat, 23 Jan 1999 17:15:57 -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 RAA10821; Sat, 23 Jan 1999 17:15:58 -0800 (PST) Date: Sat, 23 Jan 1999 17:15:58 -0800 (PST) Message-Id: <199901240115.RAA10821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/23 17:15:58 PST Modified files: sys/kern uipc_syscalls.c Log: There was a situation where sendfile() might attempt to initiate I/O on a PG_BUSY page, due to a bug in its sequencing of a conditional. Revision Changes Path 1.52 +35 -32 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message