From owner-freebsd-fs Mon May 8 12:45:17 2000 Delivered-To: freebsd-fs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5546B37B50E; Mon, 8 May 2000 12:45:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id MAA83495; Mon, 8 May 2000 12:45:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 8 May 2000 12:45:14 -0700 (PDT) From: Kris Kennaway To: Erez Zadok Cc: freebsd-fs@FreeBSD.org Subject: Re: announcing stackable file system templates and code generator In-Reply-To: <200005081647.MAA17284@shekel.mcl.cs.columbia.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 8 May 2000, Erez Zadok wrote: > Kris, I'll take a look at all these problems. Which version of > FreeBSD were you trying? I've not tried 5.0 yet; I don't even have an > installed machine for it. I'm running a recent version of 5.0-CURRENT. > To port my templates to 5.0 properly, I'll have to check for any VFS changes > b/t 4.0 and 5.0. (I'm surprised, but pleased, that it seems to work > somehow.) Thanks! Do you know if it is supposed to work on vn devices on other releases? > BTW, can you send me a small patch for the fixes to get 5.0 working? The only patch I needed to apply to make the code compile was the one below (after copying the 4.0-R template directory to 5.0-R) --- ../FreeBSD-4.0-RELEASE/fist.h Mon Apr 3 19:47:52 2000 +++ fist.h Sun May 7 00:50:54 2000 @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message