summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2007-04-30 18:46:33 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2007-04-30 18:46:33 +0000
commit08419795ad8aae39f4341e25a36024da4c069e21 (patch)
treeb753af9939313119e8ae6e4682d538e2cfb0e476 /sys
parent3d994c53e7001fabb5f1248a57623facf78218fe (diff)
Enable FFS2, okay deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index e28eca4cfa5..6d904d5edf5 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.127 2007/04/17 15:16:12 millert Exp $
+# $OpenBSD: GENERIC,v 1.128 2007/04/30 18:46:32 pedro Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -33,7 +33,7 @@ option COMPAT_43 # and 4.3BSD
option LKM # loadable kernel modules
option FFS # UFS
-#option FFS2 # UFS2
+option FFS2 # UFS2
option FFS_SOFTUPDATES # Soft updates
option UFS_DIRHASH # hash large directories
option QUOTA # UFS quotas