From owner-cvs-all Mon Aug 16 2:11: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id D8B9614FC1; Mon, 16 Aug 1999 02:11:02 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA31479; Mon, 16 Aug 1999 11:11:06 +0200 (CEST) (envelope-from des) To: Brian Somers Cc: Poul-Henning Kamp , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/miscfs/specfs spec_vnops.c src/sys/sys conf.h References: <199908142014.VAA07985@keep.lan.Awfulhak.org> From: Dag-Erling Smorgrav Date: 16 Aug 1999 11:11:06 +0200 In-Reply-To: Brian Somers's message of "Sat, 14 Aug 1999 21:14:35 +0100" Message-ID: Lines: 13 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Brian Somers writes: > From what I can tell, this requires that the driver ignores the minor > number ('cos it's the same for all accesses) but keeps a track of of > the process id in the device structure. The driver would need to > know about fork()s and *all* close()s, and would probably need to > use something faster than `sequential' to find the device structure > from the pid (some sort of hash). What if the same process needs several instances of the same device? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message