From 09c12446407bc3c5fbcccf317b7e4bb9dc78a687 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 29 Aug 1999 10:14:59 +0000 Subject: [PATCH] Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC and UNION_DIAGNOSTIC. Uncommented NULLFS_DIAGNOSTIC. It is as bogus as the above three but since it is already a new-style option it is easier to use it than to fix it. --- sys/conf/NOTES | 5 +---- sys/i386/conf/LINT | 5 +---- sys/i386/conf/NOTES | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6c0f0cf935d3..5f5eba98f872 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -578,10 +578,7 @@ options NSWAPDEV=20 options QUOTA #enable disk quotas # Add more checking code to various filesystems -#options NULLFS_DIAGNOSTIC -#options KERNFS_DIAGNOSTIC -#options UMAPFS_DIAGNOSTIC -#options UNION_DIAGNOSTIC +options NULLFS_DIAGNOSTIC # In particular multi-session CD-Rs might require a huge amount of # time in order to "settle". If we are about mounting them as the diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 6c0f0cf935d3..5f5eba98f872 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -578,10 +578,7 @@ options NSWAPDEV=20 options QUOTA #enable disk quotas # Add more checking code to various filesystems -#options NULLFS_DIAGNOSTIC -#options KERNFS_DIAGNOSTIC -#options UMAPFS_DIAGNOSTIC -#options UNION_DIAGNOSTIC +options NULLFS_DIAGNOSTIC # In particular multi-session CD-Rs might require a huge amount of # time in order to "settle". If we are about mounting them as the diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 6c0f0cf935d3..5f5eba98f872 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -578,10 +578,7 @@ options NSWAPDEV=20 options QUOTA #enable disk quotas # Add more checking code to various filesystems -#options NULLFS_DIAGNOSTIC -#options KERNFS_DIAGNOSTIC -#options UMAPFS_DIAGNOSTIC -#options UNION_DIAGNOSTIC +options NULLFS_DIAGNOSTIC # In particular multi-session CD-Rs might require a huge amount of # time in order to "settle". If we are about mounting them as the