summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-04 12:35:09 +0000
committerbde <bde@FreeBSD.org>1999-09-04 12:35:09 +0000
commitc8a2ac644d5eaa2224006a4d5efdeabd75b14aaa (patch)
tree5893916f5fe8e83cd5577b344519e09155e934e0 /sys/fs/nullfs/null_vnops.c
parent309a6171c650eb7e6b7161f8b4a38c5765cfd173 (diff)
downloadFreeBSD-src-c8a2ac644d5eaa2224006a4d5efdeabd75b14aaa.zip
FreeBSD-src-c8a2ac644d5eaa2224006a4d5efdeabd75b14aaa.tar.gz
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
the other XXXFS_DIAGNOSTIC options (not very) and mostly controlled tracing of normal operation. Use `#ifdef DEBUG' for non-diagnostics and `#ifdef DIAGNOSTIC' for diagnostics.
Diffstat (limited to 'sys/fs/nullfs/null_vnops.c')
-rw-r--r--sys/fs/nullfs/null_vnops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c
index 6156d0f..225ac09 100644
--- a/sys/fs/nullfs/null_vnops.c
+++ b/sys/fs/nullfs/null_vnops.c
@@ -174,8 +174,6 @@
*
*/
-#include "opt_debug_nullfs.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud