Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC

and SAFETY. Currently all commented out until I can verify that they don't
cause LINT to fail to compile.
This commit is contained in:
Gary Palmer 1996-04-03 00:28:40 +00:00
parent 70af957f57
commit 23d048ee3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15010
3 changed files with 33 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.246 1996/03/31 04:18:02 bde Exp $
# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -276,6 +276,16 @@ 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
# Add some error checking code to the null_bypass routine
# in nthe NULL filesystem
#options SAFETY
#####################################################################
# SCSI DEVICES

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.246 1996/03/31 04:18:02 bde Exp $
# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -276,6 +276,16 @@ 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
# Add some error checking code to the null_bypass routine
# in nthe NULL filesystem
#options SAFETY
#####################################################################
# SCSI DEVICES

View file

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.246 1996/03/31 04:18:02 bde Exp $
# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -276,6 +276,16 @@ 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
# Add some error checking code to the null_bypass routine
# in nthe NULL filesystem
#options SAFETY
#####################################################################
# SCSI DEVICES