diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-24 18:53:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-24 18:53:16 +0000 |
commit | c4ef6f658a0b2ff64a24b75de083f6e6e3430a1f (patch) | |
tree | 8ca1e785dd5583eea63a217c3c042e084e83d73e | |
parent | 5a285df76efc0af90cea95ad86d6d5dbe5214e68 (diff) |
nothing really uses kernfs anymore, and in general it is unsafe since the
way that it interacts with the buffer cache can result in non-atomic data
ok most people
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 110c9a2aa15..89938e64601 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.110 2004/11/24 00:23:15 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.111 2004/11/24 18:53:15 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -52,7 +52,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system option MSDOSFS # MS-DOS file system option FDESC # /dev/fd option FIFO # FIFOs; RECOMMENDED -option KERNFS # /kern +#option KERNFS # /kern option PORTAL # dynamically created filesystem objects option PROCFS # /proc # layer filesystems |