diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-09-23 17:04:21 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-09-23 17:04:21 +0000 |
commit | a9cecd1c7ea74cb713daf2f0c4776cd602ecf323 (patch) | |
tree | c80d606ac5faa49e64bb3b1221c70a565090f3db /sys/conf | |
parent | aace37bc20395b24095d01f583f5d49c346607c2 (diff) | |
download | FreeBSD-src-a9cecd1c7ea74cb713daf2f0c4776cd602ecf323.zip FreeBSD-src-a9cecd1c7ea74cb713daf2f0c4776cd602ecf323.tar.gz |
DEBUG_LOCKS no longer modifies 'struct vnode', nor does fstat(1) use it.
fstat(1) now uses libprocstat(9). There is no userland impact to using this.
MFC after: 3 days
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1240a6d..79e42da 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2625,9 +2625,7 @@ options NSFBUFS=1024 # Enable extra debugging code for locks. This stores the filename and # line of whatever acquired the lock in the lock itself, and changes a # number of function calls to pass around the relevant data. This is -# not at all useful unless you are debugging lock code. Also note -# that it is likely to break e.g. fstat(1) unless you recompile your -# userland with -DDEBUG_LOCKS as well. +# not at all useful unless you are debugging lock code. # options DEBUG_LOCKS |