Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 1998 15:00:43 +0200 (CEST)
From:      Andrzej Bialecki <abial@nask.pl>
To:        Julian Elischer <julian@whistle.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: DEVFS...
Message-ID:  <Pine.NEB.3.95.980509145833.21651A-200000@korin.warman.org.pl>
In-Reply-To: <Pine.BSF.3.95.980503120811.6434A-100000@current1.whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hi!

Minor fix to support SLICE in MFS...

Andrzej Bialecki

--------------------+---------------------------------------------------------
abial@nask.pl       | if(halt_per_mth > 0) { fetch("http://www.freebsd.org") }
Research & Academic | "Be open-minded, but don't let your brains to fall out."
Network in Poland   | All of the above (and more) is just my personal opinion.
--------------------+---------------------------------------------------------

[-- Attachment #2 --]
Index: mfs_vfsops.c
===================================================================
RCS file: /home/ncvs/src/sys/ufs/mfs/mfs_vfsops.c,v
retrieving revision 1.42
diff -r1.42 mfs_vfsops.c
36a37
> #include "opt_devfs.h"	/* for SLICE */
217a219,223
> 
> #ifdef SLICE
> extern struct vnode *root_device_vnode;
> #endif
> 
278a285,287
> #ifdef SLICE
> 		rootvp=root_device_vnode;
> #else /* !SLICE */
282a292
> #endif /* !SLICE */

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.980509145833.21651A-200000>