From owner-cvs-all Wed Nov 18 01:00:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05404 for cvs-all-outgoing; Wed, 18 Nov 1998 01:00:46 -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 BAA05396; Wed, 18 Nov 1998 01:00:44 -0800 (PST) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07322; Wed, 18 Nov 1998 01:00:48 -0800 (PST) Date: Wed, 18 Nov 1998 01:00:48 -0800 (PST) Message-Id: <199811180900.BAA07322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/11/18 01:00:48 PST Modified files: sys/kern uipc_syscalls.c vfs_bio.c Log: Closed a very narrow and rare race condition that involved net interrupts, bio interrupts, and a truncated file that along with the precise alignment of the planets could result in a page being freed multiple times or a just-freed page being put onto the inactive queue. Revision Changes Path 1.46 +4 -1 src/sys/kern/uipc_syscalls.c 1.185 +4 -2 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message