Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 23:20:31 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Joy Ganguly <joy@niksun.com>
Cc:        freebsd-hackers <freebsd-hackers@FreeBSD.ORG>, fs <freebsd-fs@FreeBSD.ORG>
Subject:   Re: QUEUE_VMIO...???
Message-ID:  <200006010620.XAA32748@apollo.backplane.com>
References:   <39359159.F69A3BC@falcon.niksun.com>

next in thread | previous in thread | raw e-mail | index | archive | help
: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 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006010620.XAA32748>