From owner-freebsd-hackers Wed May 31 23:20:42 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 7B06B37B58A; Wed, 31 May 2000 23:20:35 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id XAA32748; Wed, 31 May 2000 23:20:31 -0700 (PDT) (envelope-from dillon) Date: Wed, 31 May 2000 23:20:31 -0700 (PDT) From: Matthew Dillon Message-Id: <200006010620.XAA32748@apollo.backplane.com> To: Joy Ganguly Cc: freebsd-hackers , fs Subject: Re: QUEUE_VMIO...??? References: <39359159.F69A3BC@falcon.niksun.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :hi all, : :what is the significance of QUEUE_VMIO buffer (struct buf) queue ?? as :far as i could see they are not used at all....but maybe i am wrong. : :thanx in advance : :joy There is no QUEUE_VMIO queue. There's: QUEUE_NONE, QUEUE_LOCKED, QUEUE_CLEAN, QUEUE_DIRTY, QUEUE_EMPTYKVA, and QUEUE_EMPTY. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message