From c0bab11dfeb70ec0a535d714b55f1cf4b99d40e7 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Mon, 20 Apr 1998 03:57:41 +0000 Subject: Make the devfs SLICE option a standard type option. (hopefully it will go away eventually anyhow) --- sys/miscfs/devfs/devfs_tree.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'sys/miscfs/devfs/devfs_tree.c') diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index 6d03fa6192ad..2e301e6991aa 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -24,14 +24,18 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devfs_tree.c,v 1.51 1998/04/17 22:36:53 des Exp $ + * $Id: devfs_tree.c,v 1.52 1998/04/19 23:32:09 julian Exp $ */ -#define SPLIT_DEVS 1 -/*#define SPLIT_DEVS 1*/ +/* SPLIT_DEVS means each devfs uses a different vnode for the same device */ +/* Otherwise the same device always ends up at the same vnode even if */ +/* reached througgh a different devfs instance. The practical difference */ +/* is that with the same vnode, chmods and chowns show up on all instances of */ +/* a device. (etc) */ -#include "opt_devfs.h" +#define SPLIT_DEVS 1 /* maybe make this an option */ +/*#define SPLIT_DEVS 1*/ #include #include -- cgit v1.3