From owner-cvs-all Sun Oct 10 9:34:40 1999 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 1093915940; Sun, 10 Oct 1999 09:34:30 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id SAA15502; Sun, 10 Oct 1999 18:30:53 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Matthew Dillon Cc: Peter Wemm , "Daniel C. Sobral" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/vm vm_swap.c In-reply-to: Your message of "Sun, 10 Oct 1999 09:24:55 PDT." <199910101624.JAA16685@apollo.backplane.com> Date: Sun, 10 Oct 1999 18:30:52 +0200 Message-ID: <15500.939573052@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199910101624.JAA16685@apollo.backplane.com>, Matthew Dillon writes: >:>useable as anything else as this strategy routine doesn't actually work for >:>normal device access. libkvm doesn't use it, at least not for a very long >:>time. IMHO, the strategy routine should be moved elsewhere for the VM swap >:>code to use as a subroutine and the whole "device" should be deep-six'ed. >: >:But isn't this really just a "striping" function which could be done >:equally well by ccd or vinum ? >: >:-- >:Poul-Henning Kamp FreeBSD coreteam member >:phk@FreeBSD.ORG "Real hackers run -current on their laptop." > > It's similar, but neither ccd nor vinum can guarentee non-blocking > operation in low-memory situations. And, anyhow, the swapper is my > baby. We can probably remove the external user accessible /dev/drum > but we aren't going to be messing with it any more then that. Cool, so you will kill /dev/drum then ? -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message