From owner-freebsd-hackers Tue Jul 30 14:36:24 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA09113 for hackers-outgoing; Tue, 30 Jul 1996 14:36:24 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA08995; Tue, 30 Jul 1996 14:35:47 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA00682; Tue, 30 Jul 1996 14:33:41 -0700 From: Terry Lambert Message-Id: <199607302133.OAA00682@phaeton.artisoft.com> Subject: Re: Union mounts and other mounts To: dfr@render.com (Doug Rabson) Date: Tue, 30 Jul 1996 14:33:41 -0700 (MST) Cc: phk@critter.tfs.com, toor@dyson.iquest.net, michaelh@cet.co.jp, freebsd-fs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-Reply-To: from "Doug Rabson" at Jul 25, 96 07:42:10 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Is Kirk going to attack some of the same issues as Terry is talking about? > To improve my own understanding of the interface, I just started writing > manpages for the VFS entry points and VOP_LOOKUP makes me feel ill :-). Join the club. 8-). > Does anyone else have any documentation on our VFS interface? "The Magic Garden Explained" comes close, ignoring the stacking aspects, and the fact that we don't have getpage/putpage. Substitute "VN_" for "VOP_". > Does anyone feel like reviewing my efforts? I have seen the pdf postings elsewhere, but won't be able to look for some time. Do you have ASCII or otherwise non-PDF versions? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.