Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2000 12:45:14 -0700 (PDT)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Erez Zadok <ezk@cs.columbia.edu>
Cc:        freebsd-fs@FreeBSD.org
Subject:   Re: announcing stackable file system templates and code generator 
Message-ID:  <Pine.BSF.4.21.0005081243250.74924-100000@freefall.freebsd.org>
In-Reply-To: <200005081647.MAA17284@shekel.mcl.cs.columbia.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/sysctl.h>
 #include <sys/systm.h>
 #include <sys/vnode.h>
+#include <sys/bio.h>
 #include <sys/buf.h>
 #include <sys/kernel.h>
 #include <sys/mount.h>

Kris

----
In God we Trust -- all others must submit an X.509 certificate.
    -- Charles Forsythe <forsythe@alum.mit.edu>



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005081243250.74924-100000>