From owner-cvs-all Tue Jan 25 9:49:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3377414D27; Tue, 25 Jan 2000 09:49:17 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78331; Tue, 25 Jan 2000 09:49:16 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200001251749.JAA78331@freefall.freebsd.org> From: Matt Dillon Date: Tue, 25 Jan 2000 09:49:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 2000/01/25 09:49:15 PST Modified files: sys/vm vm_swap.c Log: The swapdev_vp changes made to rip out the swap specfs interaction also broke diskless swapping. Moving the swapdev_vp initialization to more commonly run code solves the problem. PR: kern/16165 Additional testing by: David Gilbert Revision Changes Path 1.96 +9 -9 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message