diff options
author | bde <bde@FreeBSD.org> | 1999-08-29 10:14:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-08-29 10:14:59 +0000 |
commit | 9ff03382d8104317a2337d0f6430cf127b65a6c1 (patch) | |
tree | 00be85f3b7db567c1ad006bc61fcb3084aebe0b4 | |
parent | 0d1e5d1ef79861f3a90c484e58df214c821511ca (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sys/conf/NOTES | 5 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
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 |