On Sat, 16 Oct 1999, Zhihui Zhang wrote:

> On Fri, 15 Oct 1999, Zhihui Zhang wrote:
> 
> > 
> > Is the UMAPFS working?  I add "options UMAPFS" to the configuration file
> > of FreeBSD 3.3-Release and rebuilt the kernel.  I got the following
> > errors: 
> > 
> > loading kernel
> > umap_vnops.o: In function `umap_lock':
> > umap_vnops.o(.text+0x568): undefined reference to `null_bypass'
> > umap_vnops.o: In function `umap_unlock':
> > umap_vnops.o(.text+0x58e): undefined reference to `null_bypass'
> > *** Error code 1
> > 
> > Stop.             
> > 
> I find out that you must also include NULLFS in the kernel to compile. I
> have tested NULLFS and UMAPFS with some trivial commands.  Both works.

In NetBSD, we changed these two references to be to umap_bypass since it
is, after all, umapfs. :-)

Take care,

Bill



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to