Subject: Re: Understanding foo_open, foo_read, etc.
To: Peter Seebach <seebs@plethora.net>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 08/29/2006 16:43:22
On Aug 29, 2006, at 4:16 PM, Peter Seebach wrote:

> I want to know whether I can do something more similar to the  
> FreeBSD zaptel
> code, and omit the fileops interface, and stick with vnode-style  
> operations,
> because that would be a lot easier to reconcile with the FreeBSD code.

No.

Use fdclone().  That's just how we do it in NetBSD (for now, anyway).

-- thorpej