diff options
author | julian <julian@FreeBSD.org> | 1997-10-16 07:28:50 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-10-16 07:28:50 +0000 |
commit | 8d5dbe5c95cf1aa57cf0bf3120d0663ff40ac388 (patch) | |
tree | 8b20eafcab2b5c40a8eae4ac972b90a997ac4d16 /sys/miscfs/devfs/devfs_tree.c | |
parent | 1c62ef985805b57c51bb37842e479c4fa83b64b6 (diff) | |
download | FreeBSD-src-8d5dbe5c95cf1aa57cf0bf3120d0663ff40ac388.zip FreeBSD-src-8d5dbe5c95cf1aa57cf0bf3120d0663ff40ac388.tar.gz |
1/ by default make all versions of the same device get the same vnode.
2/ Show the dummy mount in the mount list. it cannot be reached (that I know of)
but puting it there, means that disks mounted from devfs will have their things such as the superblock and the bitmaps, synced to disk :)
Diffstat (limited to 'sys/miscfs/devfs/devfs_tree.c')
-rw-r--r-- | sys/miscfs/devfs/devfs_tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c index 8107bc9..cf5aecc 100644 --- a/sys/miscfs/devfs/devfs_tree.c +++ b/sys/miscfs/devfs/devfs_tree.c @@ -1,8 +1,8 @@ -#define SPLIT_DEVS 1 +/*#define SPLIT_DEVS 1*/ /* * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.45 1997/10/12 22:27:11 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_tree.c,v 1.46 1997/10/16 06:29:27 julian Exp $ */ #include "opt_devfs.h" |