summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-08-29 10:14:59 +0000
committerbde <bde@FreeBSD.org>1999-08-29 10:14:59 +0000
commit9ff03382d8104317a2337d0f6430cf127b65a6c1 (patch)
tree00be85f3b7db567c1ad006bc61fcb3084aebe0b4 /sys
parent0d1e5d1ef79861f3a90c484e58df214c821511ca (diff)
downloadFreeBSD-src-9ff03382d8104317a2337d0f6430cf127b65a6c1.zip
FreeBSD-src-9ff03382d8104317a2337d0f6430cf127b65a6c1.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 3 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6c0f0cf..5f5eba9 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 6c0f0cf..5f5eba9 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 6c0f0cf..5f5eba9 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
OpenPOWER on IntegriCloud